For a list of all members of this type, see SqlTransactionBase members.
| Name | Description | |
|---|---|---|
| Commit | Overridden. Commits the current transaction. | |
| Dispose | Disposes this instance of the transaction object. If the transaction hasn't been committed, it is rolled back automatically. (Inherited from Transaction) | |
| Rollback | Overridden. Rolls the current transaction back. |
| Name | Description | |
|---|---|---|
| AddObjectInfo | Adds the current ObjectInfo object. This is required to roll the state of the persistent back during a roll back. (Inherited from Transaction) | |
| OnTransactionCommit | Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. (Inherited from Transaction) | |
| OnTransactionRollback | Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. (Inherited from Transaction) | |
| RollbackObjectInfo | Rolls the ObjectInfo back to the last version. (Inherited from Transaction) |