Meta Data Services Programming
RepositoryTransaction Commit Method
This method decrements the nested transaction count for an open Repository instance. If the currently active transaction is not nested, all changes made to repository data within the transaction are committed to the repository database. A transaction is not nested if the nested transaction count equals one.
Syntax
Call object.Commit
The Commit method syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryTransaction object for the currently open Repository instance |