IOrmConditions.Add

Fore Syntax

Add: IOrmCondition;

Fore.NET Syntax

Add: Prognoz.Platform.Interop.Orm.IOrmCondition;

Description

The Add method adds a condition to the collection.

Comments

Use the IOrmConditions.Remove method to remove a condition from the collection.

Fore and Fore.NET Examples

The property use is given in the example for IOrmCondition.JoinAttributeName.

See also:

IOrmConditions