[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.


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

Details

Generated 2025-11-03 19:40:38.436 UTC