Icon Rollback Method

procedure Rollback

Usage

Call the Rollback method to cancel all record updates, insertions, and deletions for the current transaction and to end the transaction. The current transaction is the last transaction started by calling the Rollback method.

Information Before calling the Rollback method, an application may check the status of the InTransaction property. If an application calls the Rollback method and there is no current transaction, an exception is raised.
Image