Skip to main content
Table of Contents

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 = 1

Ascending order (smallest / earliest first).

Descending = 2

Descending order (largest / latest first).

Unsorted = 0

No ordering is applied; the caller accepts whatever order the source returns.