The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: