Share via


xRecord.aosValidateDelete Method

Definition

Validates on the server that the specified record can be deleted from a table.

public:
 virtual bool aosValidateDelete();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool aosValidateDelete ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member aosValidateDelete : unit -> bool
override this.aosValidateDelete : unit -> bool
Public Overridable Function aosValidateDelete () As Boolean

Returns

true if the record can be deleted; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to