ISQLComponents.Condition

Syntax

Condition(Index: Integer): ISQLCondition;

Parameters

Index. Condition index.

Description

The Condition property returns parameters of a separate condition included into Where.

Example

The example of use is given in description of the ISQLComponents.Where method.

See also:

ISQLComponents