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 |
---|---|---|
FilterOperator | LogicalOperator |
The logical AND/OR filter operator. |
FilterHint | Edm.String | |
Conditions | Collection( ConditionExpression ) |
Condition expressions that include attributes, condition operators, and attribute values. |
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 | Property |
FilterExpression | Property |
LinkEntity | Property |