ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / SortDescription Class / SortDescription Constructor
The Field to sort the table or feature class and how it should be used.

In This Topic
    SortDescription Constructor
    In This Topic
    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 11, Windows 10, Windows 8.1

    See Also