Enum SortOrder
- Namespace
- Stratara.Shared.Primitives
- Assembly
- Stratara.Shared.dll
Tri-state sort-direction marker used by query / paging APIs that take an optional ordering hint.
public enum SortOrder
- Extension Methods
Fields
Ascending order (smallest / earliest first).
Descending order (largest / latest first).
No ordering is applied; the caller accepts whatever order the source returns.