Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The CubeTransactionManager class implements the transaction manager used on working with multidimensional data sources.
The object that implements the manager is used in the ICubeInstanceStorage.SaveMatrixT method.
Class to get analog of the CubeTransactionManager class:
None;
Class to get analog of the CubeTransactionManager class object:
CubeTransactionManagerClass;
Method name | Brief description | |
The Commit method saves all changes at DBMS server and finishes transaction. | ||
The Rollback method cancels all changes and finishes transaction. |
See also: