Share via


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

Public method

BeginTransaction()

Creates an inner transaction. Another transaction must already be active.

Public method

BeginTransaction(String)

Creates a new transaction object with a given name and returns a reference to it.

Public method

BeginTransaction(String, Boolean)

Creates a new transaction object with a given name and returns a reference to it.

Public method

BeginTransaction(String, Boolean, TransactionContext)

Creates a new transaction object with a given name and returns a reference to it

Top

See Also

Reference

TransactionManager Class

TransactionManager Members

Microsoft.VisualStudio.Modeling Namespace