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

In This Topic
    SQLSpecialCharacter Enumeration
    In This Topic
    Specifies Datastore-dependent SQL special characters.
    Syntax
    Members
    MemberDescription
    DelimitedIdentifierPrefix SQL identifier quote char prefix.
    DelimitedIdentifierSuffix SQL identifier quote char suffix.
    EscapeKeyPrefix SQL escape key prefix.
    EscapeKeySuffix SQL escape key suffix.
    WildcardManyMatch SQL wildcard match.
    WildcardSingleMatch SQL wildcard single match.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also