Member Table: Database Level Transactions
Member | Description |
---|---|
Starts a database level transaction. | |
Completes a database level transaction and commits changes made within it. | |
Asynchronously completes a database level transaction and notifies upon completion. | |
Completes a database level transaction and rolls back changes made within it. | |
In explicit units of work, commits changes made within a database level transaction, completes it and notifies upon completion. | |
In explicit units of work, asynchronously commits changes made within a database level, completes it and notifies upon completion. | |
Indicates whether a transaction is in progress. | |
Occurs when a transaction is about to be started via the BEGIN operation. | |
Occurs after a transaction has been started via the BEGIN operation. | |
Occurs when a transaction is about to be completed via the COMMIT operation. | |
Occurs after a transaction has been completed via the COMMIT operation. | |
Occurs when a transaction is about to be completed via the ROLLBACK operation. | |
Occurs after a transaction has been completed via the ROLLBACK operation. |