IConnectionTransaction.Rollback

Fore Syntax

Rollback;

Fore.NET Syntax

Rollback();

Description

The Rollback method cancels all changes and finishes transaction.

Features

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

Fore and Fore.NET Example

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

See also:

IConnectionTransaction