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 isolation level for this transaction. This can be one of:
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
Snapshot
ReadOnlySnapshot
StatementSnapshot
The default is ReadCommitted.