Skip to content

Order

An array of order expressions to sort the results.

1
 Array<QueryOrder> myQuery.Order

Types

QueryOrder

Defines the ordering expression for the query results.

Expression : string
The expression to use for ordering the results.

Type : ( "Ascending" | "Descending" )
The type of ordering (ascending or descending). If not specified, defaults to "Ascending".