Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LogicalOperator EnumType

Namespace:
Microsoft.Dynamics.CRM

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