Skip to content

ExtendedNumerics.Helpers.SortingOrder

Adam White edited this page Oct 7, 2024 · 1 revision

SortingOrder Class

public static class SortingOrder

Inheritance 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
Clone this wiki locally