ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SortAsync Method
The field sort information. When null the sort of the table will revert to database order. If any of the field's sort information is set to FieldSortInfo.AscCase or FieldSortInfo.DescCase, the sort will be case sensitive.

In This Topic
    SortAsync Method
    In This Topic
    Sorts the attributes in the table.
    Syntax

    Parameters

    sortFields
    The field sort information. When null the sort of the table will revert to database order. If any of the field's sort information is set to FieldSortInfo.AscCase or FieldSortInfo.DescCase, the sort will be case sensitive.

    Return Value

    Returns True the sort succeeded.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also