3.1.5.23.2.1.1 CommitAll

Return Type: None

Commits all updates to the database that have occurred since the last commit or rollback.

When objects are edited in the TermStore object, or in child objects such as TermGroup (section 3.1.5.18), TermSet (section 3.1.5.20), or Term (section 3.1.5.16), the changes are pending until the CommitAll method is called. After it is called, the updates that were made since the last CommitAll call are persisted to the term store's database. A successful call to CommitAll flushes the cache so that other consumers of the TermStore object will see the updates.

CommitAll is automatically called during each ExecuteQuery command, which is used to execute the current set of data retrieval queries and method invocations.

Parameters: None