xRecord.readPast Method

Definition

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.

Returns

Applies to