Operator_: OrmComparisonOperator;
Operator: Prognoz.Platform.Interop.Orm.OrmComparisonOperator;
The Operator_ property determines a comparison operator used in the condition.
The equality operator is used by default, that is, Operator_ = OrmComparisonOperator.Equal.
Use the IOrmCondition.AttributeName and IOrmCondition.Value properties to determine the attribute and the compared value.
The property use is given in the example for IOrmCondition.JoinAttributeName.
See also: