SortNullsFirst Property
SortNullsFirst
Gets or sets a value that determines whether null values should appear
first or last when the collection is sorted(regardless of sort direction).
Declaration
public bool SortNullsFirst { get; set; }
Public Property SortNullsFirst As Boolean