Share

TransactionGroup Methods

The TransactionGroup type exposes the following members.

Methods

 NameDescription
Public methodCode exampleAssimilate Assimilates all inner transactions by merging them into a single undo item.
Public methodCode exampleCommit Commits the transaction group.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetName Returns the transaction group's name. It could be an empty string.
Public methodGetStatus Gets the current status of the transaction group.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasEnded Determines whether the transaction group has ended already.
Public methodHasStarted Determines whether the transaction has been started yet.
Public methodRollBack Rolls back the transaction group, which effectively undoes all transactions committed inside the group.
Public methodSetName Sets the transaction group's name.
Public methodStart() Starts the transaction group
Public methodStart(String) Starts the transaction group with an assigned name.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?