ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableSortDescription Class / QueryFilter Property

In This Topic
    QueryFilter Property (TableSortDescription)
    In This Topic
    Gets or sets the QueryFilter that filters what values should be returned once the table sort operation is completed.
    Syntax
    public QueryFilter QueryFilter {get; set;}
    Public Property QueryFilter As QueryFilter
    Remarks
    The input QueryFilter will not be used if the underlying data store does not support the SQL postfix clause ORDER BY.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also