ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / SQLSyntax Class / GetSpecialCharacter Method
A constant that specifies a Datastore-dependent SQL special character.
Version

    GetSpecialCharacter Method
    Gets the Datastore-dependent SQL special character corresponding to sqlSpecialCharacter, e.g., SQLSpecialCharacter.WildcardManyMatch. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public string GetSpecialCharacter( 
       SQLSpecialCharacter sqlSpecialCharacter
    )

    Parameters

    sqlSpecialCharacter
    A constant that specifies a Datastore-dependent SQL special character.

    Return Value

    A Datastore-dependent SQL special character.
    Exceptions
    ExceptionDescription
    sqlSpecialCharacter is not a field of SQLSpecialCharacter.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also