ArcGIS Pro 2.8 API Reference Guide
SortAsync Method

ArcGIS.Desktop.Editing 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.
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 10, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members