Vorheriges Thema: General Methods

Nächstes Thema: CreateMap

Commit

Description

This method commits the current transaction and opens a new transaction.

Syntax

Commit ()

Remarks

When the translation script is run in the script scope, the Commit method is not executed in the database (the database transaction is not committed).

A translation script automatically opens a new transaction when it starts and immediately after the Commit action.

If the user does not commit the transaction (due to an error or some other reason) the script is automatically rolled back.