OrderExpression ComplexType

The order in which the entity instances are returned from the query.

Properties

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

Name Type Details
Alias Edm.String

Used in aggregate queries to reference an attribute's alias instead of the logical name of the attribute.

AttributeName Edm.String

The name of the attribute in the order expression.

EntityName Edm.String

The logical name (or alias) of the parent link-entity that the order's attribute is from. Use this to set the overall order of the results.

OrderType OrderType

The order, ascending or descending.

Used by

The following use the OrderExpression ComplexType.

Name How used
QueryExpression Orders Property
LinkEntity Orders Property
QueryByAttribute Orders Property

See also