InnovatorDatabase Class
Provides instance methods to operate database.Methods
| Name | Description |
|---|---|
| BeginTransaction | Begin a new transaction. An exception will be thrown if active transaction exists. |
| CommitTransaction | Commit active transaction. An exception will be thrown if there is no active transaction. |
| HasActiveTransaction | Checks if active transaction exists. |
| RollbackTransaction | Rollback active transaction. |
See Also
Aras.Server.Core NamespaceAras Innovator Server Framework
Comments
Post a Comment