Aracılığıyla paylaş


TransactionBase.IsolationLevel Property

Definition

Gets the isolation level of the transaction as a TransactionIsolationLevel.

public System.Fabric.TransactionIsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Fabric.TransactionIsolationLevel
Public ReadOnly Property IsolationLevel As TransactionIsolationLevel

Property Value

A TransactionIsolationLevel object that represents the isolation level of the transaction.

Remarks

The isolation level of a transaction determines what level of access to volatile data other transactions have before a transaction finishes. For more information about isolation levels, see the documentation for the TransactionIsolationLevel enumeration.

Applies to