[ROOT] / doc / toc / ARCQuery / Class / QueryExpressionOrderBy

Execute , SyntaxHelp , TryCheckForExistenceOfKey


Orders collection.

Handles a single criteria (single column) for sorting.
If you want to sort by multiple columns,
use 'ORDER BY' first, followed by 'THEN BY' (see QueryExpressionThenBy.

See SyntaxHelp.


ExecuteTransforms the given input collection into a resulting collection.
SyntaxHelpORDER BY {key} [DESC] / [ASC]
TryCheckForExistenceOfKeyUsed by query expressions in order to catch wrong field names used or misspelling of field names.

Details

Generated 2024-04-19 00:04:38.637 UTC