xRecord.readPast 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
readPast() |
Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read. |
readPast(Boolean) |
readPast()
Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read.
public:
virtual bool readPast();
public virtual bool readPast ();
abstract member readPast : unit -> bool
override this.readPast : unit -> bool
Public Overridable Function readPast () As Boolean
Returns
true if locked rows should be skipped; otherwise, false.
Applies to
readPast(Boolean)
public:
virtual bool readPast(bool _skipLockedRows);
public virtual bool readPast (bool _skipLockedRows);
abstract member readPast : bool -> bool
override this.readPast : bool -> bool
Public Overridable Function readPast (_skipLockedRows As Boolean) As Boolean
Parameters
- _skipLockedRows
- Boolean
A Boolean value that indicates whether to skip rows that are locked; optional.