AdomdConnection.BeginTransaction Method
Include Protected Members
Include Inherited Members
Begins a new 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 | |
---|---|---|
BeginTransaction() | Begins a new transaction. | |
BeginTransaction(IsolationLevel) | Begins a new transaction with the specified IsolationLevel enumeration value. |
Top