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


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

Public Methods

 NameDescription
Public MethodCommit Commits the current transaction. (Inherited from Chili.Opf3.Storages.SqlTransactionBase)
Public MethodCreateSavePoint 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.  
Public MethodDispose 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)
Public MethodRollbackOverloaded.   
Top

Protected Methods

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

See Also