ISecurityConnection.InTransaction

Syntax

InTransaction: Boolean;

Description

The InTransaction method returns an indicator of incomplete transaction.

Comments

The method returns True if after calling the StartTransaction method any SQL queries, that change data on the server, were executed, and the Commit, or the Rollback methods were not called.

See also:

ISecurityConnection