ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / Table Class / Sort Method
The TableSortDescription which describes the details of how the table sort operation should be carried out.

In This Topic
    Sort Method
    In This Topic
    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 11, Windows 10, Windows 8.1

    See Also