SortOrders
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Represents the sort order type.
public enum SortOrders
Inheritance Object → ValueType → Enum → SortOrders
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default sorting based on data source type |
| Ascending | 1 | Sort ascending |
| Descending | 2 | Sort descending |