Sorts the results in descending order by the given key.
This will override any existing ordering for the query.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to order by.
Return Value
Type: ParseQueryTA new query with the additional constraint.
See Also