ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SQLClause Enumeration

In This Topic
    SQLClause Enumeration
    In This Topic
    Specifies supported SQL clauses.
    Syntax
    Members
    MemberDescription
    All SQL ALL clause.
    As SQL AS clause.
    Distinct SQL Distinct clause.
    Expression SQL Expression.
    From SQL From.
    GroupBy SQL Group By.
    Having SQL Having.
    OrderBy SQL Order By.
    SelectList SQL Select List.
    Where SQL Where.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.SQLClause

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also