Skip to content

Order

An array of order expressions to sort the results.

Type

Array<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".

Declaration

1
 Array<`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". myQuery.Order