FilterExpression ComplexType

Specifies complex condition and logical filter expressions used for filtering the results of the query.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
AnyAllFilterLinkEntity LinkEntity
Conditions Collection(ConditionExpression)

Condition expressions that include attributes, condition operators, and attribute values.

FilterHint Edm.String

Advanced Filter hints such as Union which can help with many or conditions on different tables.

FilterOperator LogicalOperator

The logical AND/OR filter operator.

Filters Collection(FilterExpression)

A collection of condition and logical filter expressions that filter the results of the query.

IsQuickFindFilter Edm.Boolean

Indicates whether the expression is part of a quick find query.

Used by

The following use the FilterExpression ComplexType.

Name How used
QueryExpression Criteria Property
FilterExpression Filters Property
LinkEntity LinkCriteria Property

See also