ArcGIS Pro 2.6 API Reference Guide
TableSortDescription Constructor

ArcGIS.Core.Data Namespace > TableSortDescription Class : TableSortDescription Constructor
An IReadOnlyList containing one or more SortDescriptions.
Initializes a new instance of the TableSortDescription class.
Syntax

Parameters

sortDescriptions
An IReadOnlyList 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 10, Windows 8.1, Windows 7

See Also

Reference

TableSortDescription Class
TableSortDescription Members