IConnectionTransaction

Description

The IConnectionTransaction interface contains methods of transactions. These methods allow to manage transactions from the platform by the application developer.

Features

When working with multidimensional objects, the IConnectionTransaction interface has features of use:

Methods

  Method name Brief description
Commit The Commit method saves all changes on the database server and finishes transaction.
CreateCommand The CreateCommand method creates specific commands in transaction, if the connection Pool is on.
Rollback The Rollback method cancels all changes and finishes transaction.

See also:

Metabase Assembly Interfaces