DbConnection::IDbConnection::BeginTransaction Method (IsolationLevel)
.NET Framework (current version)
Begins a database transaction with the specified IsolationLevel value.
Assembly: System.Data (in System.Data.dll)
private: virtual IDbTransaction^ BeginTransaction( IsolationLevel isolationLevel ) sealed = IDbConnection::BeginTransaction
Parameters
- isolationLevel
-
Type:
System.Data::IsolationLevel
One of the IsolationLevel values.
For more information, see BeginTransaction.
.NET Framework
Available since 2.0
Available since 2.0
Show: