|
M
Commit()
|
TransactionStatus
|
Commits all changes made to the model made during the sub-transaction.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the SubTransaction
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetStatus()
|
TransactionStatus
|
Returns the current status of the sub-transaction.
|
|
|
M
GetType
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
HasEnded()
|
bool
|
Determines whether the sub-transaction has ended already.
|
|
|
M
HasStarted()
|
bool
|
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
|
(Inherited from Object .)
|
Object .
|