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.
OleDbTransaction::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.
Implements
IDbTransaction::IsolationLevelParallel transactions are not supported. Therefore, the IsolationLevel applies to the whole transaction.
.NET Framework
Available since 1.1
Available since 1.1
Show: