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 |
|---|---|---|
| AttributeName | Edm.String |
The name of the attribute in the order expression. |
| OrderType | OrderType |
The order, ascending or descending. |
| Alias | Edm.String | |
| EntityName | Edm.String |
Used by
The following use the OrderExpression ComplexType.
| Name | How used |
|---|---|
| QueryExpression | Property |
| LinkEntity | Property |
| QueryByAttribute | Property |