ArcGIS Pro 2.9 API Reference Guide
QueryFilter Property (TableSortDescription)

ArcGIS.Core.Data Namespace > TableSortDescription Class : QueryFilter Property
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, Windows 8.1

See Also

Reference

TableSortDescription Class
TableSortDescription Members