For a list of all members of this type, see Transaction members.
| Name | Description | |
|---|---|---|
| Commit | Commits the current transaction. | |
| Dispose | Disposes this instance of the transaction object. If the transaction hasn't been committed, it is rolled back automatically. | |
| Rollback | 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. | |
| OnTransactionCommit | Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. | |
| OnTransactionRollback | Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. | |
| RollbackObjectInfo | Rolls the ObjectInfo back to the last version. |