IOrmCondition.Operator_

Syntax

Operator_: OrmComparisonOperator;

Description

The Operator_ property determines a comparison operator used in the condition.

Comments

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.

Example

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

See also:

IOrmCondition