RecordRef.ReadIsolation([IsolationLevel]) Method
Version: Available or changed with runtime version 11.0.
Gets or sets the read isolation level.
Syntax
[ReadIsolation := ] RecordRef.ReadIsolation([ReadIsolation: IsolationLevel])
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
[Optional] ReadIsolation
Type: IsolationLevel
The read isolation level.
Return Value
[Optional] ReadIsolation
Type: IsolationLevel
The read isolation level.
Related information
RecordRef Data Type
Getting Started with AL
Developing Extensions