Esri Table Sort object.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
ITableSort | Provides access to members that return and modify information to sort a table. |
ITableSort2 | Provides access to members that return and modify information to sort a table. |
Remarks
The TableSortclass allows control over the order in which rows are returned from a table or feature class. To use TableSort, an instance of the class is first created, then properties are set to specify the data and the sort options and finally a method is executed to perform the sort. Once this is done, you can open a cursor or retrieve a sorted list of row IDs.