SortDescription Class Members
In This Topic
The following tables list the members exposed by SortDescription.
Public Constructors
Public Properties
| 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). |
Top
See Also