SqlTransaction::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.
For more information on SQL Server isolation levels, see "Isolation Levels in the Database Engine" in SQL Server Books Online.
.NET Framework
Available since 1.1
Available since 1.1
Show: