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

In This Topic
    PostfixClause Property (QueryDef)
    In This Topic
    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 ArcGIS.Core.Data.QueryDef.PrefixClauseP:ArcGIS.Core.Data.QueryDef.PostfixClause.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also