ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDef Class / PostfixClause Property

PostfixClause Property (QueryDef)
Gets or sets the postfix clause used by the filter.
Syntax
public string PostfixClause {get; set;}
Remarks
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY. e.g., SELECT ArcGIS.Core.Data.QueryDef.PrefixClauseP:ArcGIS.Core.Data.QueryDef.PostfixClause.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also