ArcGIS Pro 3.7 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 Property PostfixClause As String
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also