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

QueryFilter Property (TableSortDescription)
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;}
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