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.
DbConnection::BeginTransaction Method
.NET Framework (current version)
Starts a database transaction.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginTransaction() | Starts a database transaction. |
![]() | BeginTransaction(IsolationLevel) | Starts a database transaction with the specified isolation level. |
If you do not specify an isolation level, the default isolation level for the specific type of connection is used.
Show:
