Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.