TransactionBase.IsolationLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET