![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members that return and modify information to sort a table.
Name | Description | |
---|---|---|
![]() |
Ascending | Field sort order. |
![]() |
CaseSensitive | Character fields case sensitive. Default: False. |
![]() |
Compare | Compare call back interface. Specify Null (default) for normal behavior. |
![]() |
Cursor | The cursor of the data to sort on. Ensure that sorting fields are available. Cancels SelectionSet. |
![]() |
Fields | Comma list of field names to sort on. |
![]() |
IDByIndex | A id by its index value. |
![]() |
IDs | List of sorted IDs. |
![]() |
QueryFilter | The query filter on table or selection set. |
![]() |
Rows | Cursor of sorted rows. |
![]() |
SelectionSet | The selection set as a source of the data to sort on. Cancels Cursor. |
![]() |
SelectionSet | The selection set as a source of the data to sort on. Cancels Cursor. |
![]() |
Sort | Sort rows. |
![]() |
SortByCodedValueDescription | Field sort order by coded value description. |
![]() |
SortCharacters | Number of characters to sort on, for string fields. A null (default) sorts on the whole string. |
![]() |
Table | The table as a source of the data to sort on. |
![]() |
Table | The table as a source of the data to sort on. |
Interfaces | Description |
---|---|
ITableSort | Provides access to members that return and modify information to sort a table. |
CoClasses and Classes | Description |
---|---|
TableSort | Esri Table Sort object. |