ArcGIS Pro 2.9 API Reference Guide
PostfixClause Property (QueryDef)

ArcGIS.Core.Data Namespace > QueryDef Class : PostfixClause Property
Gets or sets the postfix clause used by the filter.
Syntax
public string PostfixClause {get; set;}
Public Property PostfixClause As String
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 PrefixClause SubFields WHERE WhereClause PostfixClause.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

QueryDef Class
QueryDef Members