TransactionManager.BeginTransaction Method
Include Protected Members
Include Inherited Members
Creates a new transaction object and returns a reference to it.
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() | Creates a new transaction object with a given name and returns a reference to it. | |
BeginTransaction(String) | Creates a new transaction object with a given name and returns a reference to it. | |
BeginTransaction(String, Boolean) | Creates a new transaction object with a given name and returns a reference to it. | |
BeginTransaction(String, Boolean, TransactionContext) | Creates a new transaction object with a given name and returns a reference to it |
Top