LogicalOperator EnumType

The possible values for an operator in a FilterExpression.

Members

Members define the discrete options for the enumeration type.

Name Value Description
And 0 Performs a logical AND operation.
Or 1 Performs a logical OR operation.

Used by

The following use the LogicalOperator EnumType.

Name How used
MetadataFilterExpression FilterOperator Property
FilterExpression FilterOperator Property

See also