CompiledOrderByItem
- Namespace:
PPDS.Dataverse.Query.Planning.Nodes - Assembly:
PPDS.Dataverse - Kind: Record
- Implements:
IEquatable<CompiledOrderByItem>
Summary
A compiled ORDER BY item used by window functions. Contains the column name for value lookup, a compiled expression for evaluation, and the sort direction.
Members
Constructors
CompiledOrderByItem(string ColumnName, CompiledScalarExpression Value, bool Descending)
CompiledOrderByItem(string ColumnName, CompiledScalarExpression Value, bool Descending)
A compiled ORDER BY item used by window functions. Contains the column name for value lookup, a compiled expression for evaluation, and the sort direction.