[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.
Execute | Transforms the given input collection into a resulting collection. |
SyntaxHelp | ORDER BY {key} [DESC] / [ASC] |
TryCheckForExistenceOfKey | Used by query expressions in order to catch wrong field names used or misspelling of field names. |
Generated 2025-01-22 02:52:34.977 UTC