ISQLComponents.Condition

Fore Syntax

Condition(Index: Integer): ISQLCondition;

Fore.NET Syntax

Condition[Index: Integer]: Prognoz.Platform.Interop.Db.ISQLCondition;

Parameters

Index. Condition index.

Description

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

Fore Example

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

See also:

ISQLComponents