[ROOT] / doc / toc / ARCQuery / Class / QueryExpressionOrderBy
Execute , Key , SyntaxHelp , TryCheckForExistenceOfKey
Orders collection.
See SyntaxHelp.
TODO: Implement also QueryThenBy and QueryThenByDescending as in ThenBy
TOOD: Syntax 'THEN BY {key} [DESC] / [ASC]'
TODO: Should probably work through casting of Progress to IOrderedEnumerable.
TODO: OR, just improve parser her (multiple fields with ASC / DESC), and utilize ThenBy from within this class.
| Execute | Transforms the given input collection into a resulting collection. |
| Key | TODO: Expand syntax to include multiple keys |
| 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-11-03 13:13:45.374 UTC