Transaction::IsolationLevel Property
.NET Framework (current version)
Gets the isolation level of the transaction.
Assembly: System.Transactions (in System.Transactions.dll)
Property Value
Type: System.Transactions::IsolationLevelOne of the IsolationLevel values that indicates the isolation level of the transaction.
The isolation level of a transaction determines what level of access other transactions have to volatile data before a transaction completes. For more information about isolation levels, see the documentation for the IsolationLevel enumeration.
.NET Framework
Available since 2.0
Available since 2.0
Show: