MetadataConditionExpression ComplexType

Contains a condition expression used to filter the results of the metadata query.

Properties

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

Name Type Details
ConditionOperator MetadataConditionOperator

The condition operator.

PropertyName Edm.String

The name of the metadata property in the condition expression.

Value Object

The value for the metadata property.

Used by

The following use the MetadataConditionExpression ComplexType.

Name How used
MetadataFilterExpression Conditions Property

See also