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