Chili.Opf3 Send comments on this topic.
SqlTransactionBase Class Methods
See Also 
Chili.Opf3.Storages Namespace : SqlTransactionBase Class


For a list of all members of this type, see SqlTransactionBase members.

Public Methods

 NameDescription
Public MethodCommitOverridden.  Commits the current transaction.  
Public MethodDispose Disposes this instance of the transaction object. If the transaction hasn't been committed, it is rolled back automatically. (Inherited from Transaction)
Public MethodRollbackOverridden.  Rolls the current transaction back.  
Top

Protected Methods

 NameDescription
Protected MethodAddObjectInfo Adds the current ObjectInfo object. This is required to roll the state of the persistent back during a roll back. (Inherited from Transaction)
Protected MethodOnTransactionCommit Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. (Inherited from Transaction)
Protected MethodOnTransactionRollback Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event. (Inherited from Transaction)
Protected MethodRollbackObjectInfo Rolls the ObjectInfo back to the last version. (Inherited from Transaction)
Top

See Also