MetadataFilterExpression ComplexType

Contains logical filter expressions used for filtering the results of a metadata query.

Properties

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

Name Type Details
Conditions Collection(MetadataConditionExpression)

Condition expressions that include metadata properties, condition operators and values.

FilterOperator LogicalOperator

Operator for filtering results of metadata query.

Filters Collection(MetadataFilterExpression)

Collection of logical filter expressions that filter the results of the metadata query.

Used by

The following use the MetadataFilterExpression ComplexType.

Name How used
EntityQueryExpression Criteria Property
MetadataFilterExpression Filters Property
RelationshipQueryExpression Criteria Property
AttributeQueryExpression Criteria Property
EntityKeyQueryExpression Criteria Property

See also