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

In This Topic
    SQLProperty Enumeration
    In This Topic
    Specifies supported SQL boolean properties.
    Syntax
    Members
    MemberDescription
    DoesCorrelationNameAllowAsKeyword Indicates if correlation name allows AS keyword.
    DoesCurrentDateRequireParentheses Indicates if SQL CurrentDate function requires parentheses.
    DoesExtractRequireCommas Indicates if SQL Extract function requires commas.
    DoesPositionRequireCommas Indicates if SQL Position function requires commas.
    DoesSubstringRequireCommas Indicates if SQL Substring function requires commas.
    IsDelimitedIdentifierCaseSensitive Indicates if the database management system's quoted identifiers are case sensitive.
    IsIdentifierCaseSensitive Indicates if the database management system's identifiers are case sensitive.
    IsStringComparisonCaseSensitive Indicates if the database management system's string comparisons are case sensitive.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also