This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > T > TableSort CoClass (ArcObjects .NET 10.4 SDK) |
Esri Table Sort object.
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. |
The TableSort class 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.