IDimOrmManager.CreateCondition

Syntax

CreateCondition(Dimension: IDimensionModel; Criteria: IDimTextCriteria): IDimOrmCondition;

Parameters

Dimension. The dictionary, by elements of which the search is carried out.

Criteria. Search criterion.

Description

The CreateCondition method creates an object for working with element search conditions.

Example

The method use is given in the example for the IDimOrmCondition.EvaluateAll method.

See also:

IDimOrmManager