Transaction Class Methods
In This Topic
For a list of all members of this type, see Transaction members.
Public Methods
| Name | Description |
 | Abort | Aborts the transaction. Cannot be called more than one time for given transaction. |
 | Commit | Overridden. Commits the transaction. Cannot be called more than one time for given transaction. |
 | Dispose() | Destructor for deterministic finalization of Transaction object. (Inherited from Eplan.EplApi.DataModel.ITransaction) |
 | Store | This method will enable to commit the transaction, and \internal open the next transaction. |
Top
See Also