IOrmCondition.Operator_

Fore Syntax

Operator_: OrmComparisonOperator;

Fore.NET Syntax

Operator: Prognoz.Platform.Interop.Orm.OrmComparisonOperator;

Description

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

Comments

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.

Fore and Fore.NET Examples

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

See also:

IOrmCondition