Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Specifies the isolation level for this transaction.
Public ReadOnly Overrides Property IsolationLevel As System.Data.IsolationLevel
public override System.Data.IsolationLevel IsolationLevel {get;}
The IsolationLevel for this transaction. This can be one of:
Unspecified
Chaos
ReadUncommitted
ReadCommitted
RepeatableRead
Serializable
Snapshot
The default is ReadCommitted.