Name | Description | |
---|---|---|
SortDescription Constructor | Initializes a new instance of the SortDescription class. |
The following tables list the members exposed by SortDescription.
Name | Description | |
---|---|---|
SortDescription Constructor | Initializes a new instance of the SortDescription class. |
Name | Description | |
---|---|---|
CaseSensitivity | Gets or sets the CaseSensitivity for the sort operation. This property is ignored for non-text field types. The default value is CaseSensitivity.Insensitive. | |
Field | Gets the Field whose values need to be sorted. | |
SortOrder | Gets or sets the SortOrder for the sort operation. The default value is SortOrder.Ascending. |