IOrmConditions.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of conditions in the collection.

Comments

Use the IOrmConditions.Item property to get a condition from the collection.

See also:

IOrmConditions