IDbTransaction::IsolationLevel Property
.NET Framework (current version)
Specifies the IsolationLevel for this transaction.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data::IsolationLevelThe IsolationLevel for this transaction. The default is ReadCommitted.
Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.
.NET Framework
Available since 1.1
Available since 1.1
Show: