xRecord.checkRestrictedDeleteActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.