For a list of all members of this type, see MsSqlTransaction members.
| Name | Description | |
|---|---|---|
| Commit | Commits the current transaction. (Inherited from Chili.Opf3.Storages.SqlTransactionBase) | |
| CreateSavePoint | Creates a save point in the transaction that can be used to roll back a part of the transaction, and specifies the save point name. | |
| Dispose | Disposes this instance of the transaction object. If the transaction hasn't been committed, it is rolled back automatically. (Inherited from Chili.Opf3.Storages.Transaction) | |
| Rollback | Overloaded. |
| Name | Description | |
|---|---|---|
| AddObjectInfo | Overridden. 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. (Inherited from Chili.Opf3.Storages.Transaction) | |
| OnTransactionRollback | Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. (Inherited from Chili.Opf3.Storages.Transaction) | |
| RollbackObjectInfo | Rolls the ObjectInfo back to the last version. (Inherited from Chili.Opf3.Storages.Transaction) |