ArcObjects Library Reference (GeoDatabase)  

TableSort CoClass

Esri Table Sort object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ITableSort Provides access to members that return and modify information to sort a table.

Remarks

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.

See Also

ITableSort Interface