Share via


xRecord.checkRestrictedDeleteActions Method

Definition

Overloads

checkRestrictedDeleteActions()

Gets and sets the property that indicates whether a record can be deleted.

checkRestrictedDeleteActions(Boolean)

checkRestrictedDeleteActions()

Gets and sets the property that indicates whether a record can be deleted.

public:
 virtual bool checkRestrictedDeleteActions();
public virtual bool checkRestrictedDeleteActions ();
abstract member checkRestrictedDeleteActions : unit -> bool
override this.checkRestrictedDeleteActions : unit -> bool
Public Overridable Function checkRestrictedDeleteActions () As Boolean

Returns

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

Remarks

The property is based on delete actions for a table, and whether the table allows for delete actions when corresponding records are in corresponding tables.

Applies to

checkRestrictedDeleteActions(Boolean)

public:
 virtual bool checkRestrictedDeleteActions(bool _checkRestrictedDeleteActions);
public virtual bool checkRestrictedDeleteActions (bool _checkRestrictedDeleteActions);
abstract member checkRestrictedDeleteActions : bool -> bool
override this.checkRestrictedDeleteActions : bool -> bool
Public Overridable Function checkRestrictedDeleteActions (_checkRestrictedDeleteActions As Boolean) As Boolean

Parameters

_checkRestrictedDeleteActions
Boolean

A Boolean value that indicates whether a record can be deleted; optional.

Returns

Applies to