OleDbConnection.BeginTransaction Method
.NET Framework 4.5
Begins 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 | |
|---|---|---|
|
IDbConnection.BeginTransaction() | Begins a database transaction. (Inherited from DbConnection.) |
|
IDbConnection.BeginTransaction(IsolationLevel) | Begins a database transaction with the specified IsolationLevel value. (Inherited from DbConnection.) |