IVsDataTransaction Members
Include Protected Members
Include Inherited Members
Represents the interface that exposes methods and properties for transaction processing, which allows you to commit or roll back a series of related operations as a batch.
The IVsDataTransaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginTransaction | When implemented by a class, initiates a transaction and returns the new transaction level. | |
CommitTransaction | When implemented by a class, commits a transaction and returns the new transaction level. | |
RollbackTransaction | When implemented by a class, rolls back, or voids, a transaction and returns the new transaction level. |
Top
Properties
Name | Description | |
---|---|---|
CurrentTransactionLevel | When implemented by a class, gets a numeric value indicating the current transaction level. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace