Specifies the isolation level for this transaction.
Public ReadOnly Property SAIsolationLevel As SAIsolationLevel
public SAIsolationLevel SAIsolationLevel {get;}
The IsolationLevel for this transaction. This can be one of:
Chaos
Read ReadCommitted
ReadOnlySnapshot
ReadUncommitted
RepeatableRead
Serializable
Snapshot
StatementSnapshot
Unspecified
The default is ReadCommitted.
Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.