ConditionExpression ComplexType

An expression used to filter the results of the query.

Properties

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

Name Type Details
AttributeName Edm.String

The logical name of the attribute in the condition expression.

CompareColumns Edm.Boolean

Whether to compare column values.

EntityName Edm.String

The entity name for the condition.

Operator ConditionOperator

The condition operator.

Values Collection(Object)

The values for the attribute.

Used by

The following use the ConditionExpression ComplexType.

Name How used
FilterExpression Conditions Property

See also