2027 Members
Changes 0
M

SubTransaction Methods

Name Return Type Description Inherited From
M Commit() TransactionStatus Commits all changes made to the model made during the sub-transaction.
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 GetStatus() TransactionStatus Returns the current status of the sub-transaction.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasEnded() Boolean Determines whether the sub-transaction has ended already.
M HasStarted() Boolean Determines whether the sub-transaction has been started yet.
M RollBack() TransactionStatus Discards all changes made to the model during the sub-transaction.
M Start() TransactionStatus Starts the sub-transaction.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object