Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gibt die Isolationsstufe für diese Transaktion an.
Public ReadOnly Overrides Property IsolationLevel As System.Data.IsolationLevel
public override System.Data.IsolationLevel IsolationLevel {get;}
Die Isolationsstufe für diese Transaktion. Dies kann eine der folgenden sein:
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
Snapshot
ReadOnlySnapshot
StatementSnapshot
Standardwert ist ReadCommitted.