xRecord.readPast Method

Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read.

Syntax

public boolean readPast([boolean skipLockedRows])

Run On

Called

Parameters

  • skipLockedRows
    Type: boolean
    A Boolean value that indicates whether to skip rows that are locked; optional.

Return Value

Type: boolean
true if locked rows should be skipped; otherwise, false.

See Also

Reference

xRecord Class