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.
Call object.Commit
The Commit method syntax has the following parts.
Part | Description |
object | The RepositoryTransaction object for the currently open Repository instance. |