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

In This Topic
    GetSpecialCharacter Method
    In This Topic
    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
    )
    Public Function GetSpecialCharacter( _
       ByVal sqlSpecialCharacter As SQLSpecialCharacter _
    ) As String

    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