Operator_: OrmComparisonOperator;
The Operator_ property determines a comparison operator used in the condition.
The following comparison operator is used by default: Operator_ = OrmComparisonOperator.Equal.
To determine an attribute and compared value, use the IOrmCondition.AttributeName and IOrmCondition.Value properties.
The property use is given in the example for IOrmCondition.JoinAttributeName.
See also: