IOrmConditions.Item

Syntax

Item(Index: Integer): IOrmCondition;

Parameters

Index. Condition index.

Description

The Item property returns the specified condition from the collection.

Comments

Condition indexing in the collection is continuous and starts with zero. Use the IOrmConditions.Count property to get the number of collection conditions.

See also:

IOrmConditions