CreateCondition(Dimension: IDimensionModel; Criteria: IDimTextCriteria): IDimOrmCondition;
CreateCondition(
Dimension: Prognoz.Platform.Interop.Dimensions.IDimensionModel;
Criteria: Prognoz.Platform.Interop.Dimensions.DimTextCriteria): Prognoz.Platform.Interop.Dimensions.IDimOrmCondition;
Dimension. The dictionary, by elements of which the search is carried out.
Criteria. Search criterion.
The CreateCondition method creates an object for working with element search conditions.
The method use is given in the example for the IDimOrmCondition.EvaluateAll method.
See also: