OleDbConnection.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 with the current IsolationLevel value. |
|
BeginTransaction(IsolationLevel) | Starts a database transaction with the specified isolation level. |