SqlConnection.BeginTransaction Method
.NET Framework 4.5
Starts a database transaction.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginTransaction() | Starts a database transaction. |
|
BeginTransaction(IsolationLevel) | Starts a database transaction with the specified isolation level. |
|
BeginTransaction(String) | Starts a database transaction with the specified transaction name. |
|
BeginTransaction(IsolationLevel, String) | Starts a database transaction with the specified isolation level and transaction name. |