ArcGIS Pro 2.6 API Reference Guide
Sort Method

ArcGIS.Core.Data Namespace > Table Class : Sort Method
The TableSortDescription which describes the details of how the table sort operation should be carried out.
Sorts data from this table or feature class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

tableSortDescription
The TableSortDescription which describes the details of how the table sort operation should be carried out.

Return Value

A RowCursor that holds the sorted Row or Feature.
Exceptions
ExceptionDescription
tableSortDescription is null.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members