xRecord.selectWithRepeatableRead Method
Gets and sets the property that indicates whether repeatable read is enabled.
Syntax
public boolean selectWithRepeatableRead([boolean useRepeatableRead])
Run On
Called
Parameters
- useRepeatableRead
Type: boolean
A Boolean value that indicates whether repeatable read is enabled; optional.
Return Value
Type: boolean
true if repeatable read is enabled; otherwise, false.