RecordRef.ReadConsistency() Method
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether read consistency is enabled.
Syntax
Ok := RecordRef.ReadConsistency()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
Ok
Type: Boolean
true if read consistency is enabled; otherwise, false.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions