commitExternalTransaction

commitExternalTransaction() updating;

The commitExternalTransaction method of the ExternalDatabase class commits the transaction.

If the external database supports transactions, call this method at the end of a series of updating operations (creates, deletes, or updates) to commit or apply the changes to the external database.

If the external database does not support transactions (use the canTransact method to determine this), calling the commitExternalTransaction method has no effect.