2027 Members
Changes 0
M

TransactionGroup Methods

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