ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SortDescription Class
Properties


In This Topic
    SortDescription Class Members
    In This Topic

    The following tables list the members exposed by SortDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SortDescription class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the CaseSensitivity for the sort operation. The default value is CaseSensitivity.Insensitive.  
    Public PropertyGets the Field whose values need to be sorted.  
    Public PropertyGets or sets the SortOrder for the sort operation. The default value is SortOrder.Ascending.  
    Top
    See Also