SqlCeConnection.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 | |
---|---|---|
BeginTransaction() | Begins a database transaction. | |
BeginTransaction(IsolationLevel) | Begins a database transaction with the current IsolationLevel value. |
Top