ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / TableSortDescription Class / TableSortDescription Constructor
An IEnumerable containing one or more SortDescriptions.

In This Topic
    TableSortDescription Constructor
    In This Topic
    Initializes a new instance of the TableSortDescription class.
    Syntax

    Parameters

    sortDescriptions
    An IEnumerable containing one or more SortDescriptions.
    Exceptions
    ExceptionDescription

    sortDescriptions is null.

    -or-

    The SortDescription input at a specific index in sortDescriptions is null.

    sortDescriptions does not contain at least one non-null input.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also