Specifies the isolation level for this transaction.
Public ReadOnly Overrides Property IsolationLevel As System.Data.IsolationLevel
public override System.Data.IsolationLevel IsolationLevel {get;}
The isolation level for this transaction. This can be one of:
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
Snapshot
ReadOnlySnapshot
StatementSnapshot
The default is ReadCommitted.