AdomdConnection.BeginTransaction Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
IDbConnection.BeginTransaction() | Begins a database transaction. | |
IDbConnection.BeginTransaction(IsolationLevel) | Begins a database transaction with the specified isolation level value. |
Top