[]
Sort description.
public class SortDescription
| Name | Description |
|---|---|
| SortDescription() |
| Name | Description |
|---|---|
| Ascending | Gets or sets whether sorting with ascending. |
| Property | Gets or sets which property is used for sorting. |
| SortNulls | Gets or sets a value that determines how null values should be sorted. |
| 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). |