-
-
Notifications
You must be signed in to change notification settings - Fork 18
ExtendedNumerics.Helpers.SortingOrder
Adam White edited this page Oct 7, 2024
·
1 revision
public static class SortingOrderInheritance System.Object 🡒 SortingOrder
| Fields | |
|---|---|
| After | 1 |
| Before | -1 |
| NullsDefault | Default to NullsFirst in a sort operation. |
| NullsFirst | Return nulls first in a sort operation. |
| NullsLast | Return nulls last in a sort operation. |
| Same | 0 |