ArcGIS Pro 2.8 API Reference Guide
SortDescription Constructor

ArcGIS.Core.Data Namespace > SortDescription Class : SortDescription Constructor
The Field to sort the table or feature class and how it should be used.
Initializes a new instance of the SortDescription class.
Syntax
public SortDescription( 
   Field field
)
Public Function New( _
   ByVal field As Field _
)

Parameters

field
The Field to sort the table or feature class and how it should be used.
Exceptions
ExceptionDescription
field is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SortDescription Class
SortDescription Members