[ROOT] / doc / DocFrag / ARCQuery.QueryExpressionOrderBy
| Key | Value |
|---|---|
| Assembly | ARCQuery |
| DocFragType | Class |
| Name | QueryExpressionOrderBy |
| Namespace | ARCQuery |
| Type | QueryExpressionOrderBy |
ClassAttribute
| Key | Value |
|---|---|
| AssemblyName | ARCQuery |
| BaseTypes | QueryExpression |
| ClassNamespace | ARCQuery |
| ClassType | QueryExpressionOrderBy |
| Interfaces | ITypeDescriber; -IEquatable<QueryExpression>- |
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.
Generated 2025-10-29 15:17:29.290 UTC