TransactionGroup Methods


Transaction Group Methods

The TransactionGroup type exposes the following members.

Methods
Name Description
Public method Code example Assimilate Assimilates all inner transactions by merging them into a single undo item.
Public method Code example Commit Commits the transaction group.
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetName Returns the transaction group's name. It could be an empty string.
Public method GetStatus Gets the current status of the transaction group.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method HasEnded Determines whether the transaction group has ended already.
Public method HasStarted Determines whether the transaction has been started yet.
Public method RollBack Rolls back the transaction group, which effectively undoes all transactions committed inside the group.
Public method SetName Sets the transaction group's name.
Public method Start Starts the transaction group
Public method Start(String) Starts the transaction group with an assigned name.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also