IConnectionTransaction.Rollback

Syntax

Rollback;

Description

The Rollback method cancels all changes and finishes transaction.

Comments

If external transaction changes are canceled, results of all operations are canceled.

Example

The example of use is given in description of the Commit method.

See also:

IConnectionTransaction