xRecord.selectForUpdate 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
selectForUpdate() |
Gets and sets the property that indicates whether to select records for update when they are read. |
selectForUpdate(Boolean) |
selectForUpdate()
Gets and sets the property that indicates whether to select records for update when they are read.
public:
virtual bool selectForUpdate();
public virtual bool selectForUpdate ();
abstract member selectForUpdate : unit -> bool
override this.selectForUpdate : unit -> bool
Public Overridable Function selectForUpdate () As Boolean
Returns
true if records should be read for update; otherwise, false.
Applies to
selectForUpdate(Boolean)
public:
virtual bool selectForUpdate(bool _lockRecordsExclusive);
public virtual bool selectForUpdate (bool _lockRecordsExclusive);
abstract member selectForUpdate : bool -> bool
override this.selectForUpdate : bool -> bool
Public Overridable Function selectForUpdate (_lockRecordsExclusive As Boolean) As Boolean
Parameters
- _lockRecordsExclusive
- Boolean
A Boolean value that indicates whether to read records for update; optional.