ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SQLSyntax Class
Methods


In This Topic
    SQLSyntax Class Members
    In This Topic

    The following tables list the members exposed by SQLSyntax.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodGets the Datastore-dependent SQL function name corresponding to sqlFunction, e.g., SQLFunction.Sum. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the boolean property corresponding to sqlProperty, e.g., SQLProperty.IsIdentifierCaseSensitive. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Datastore-dependent SQL special character corresponding to sqlSpecialCharacter, e.g., SQLSpecialCharacter.WildcardManyMatch. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of SQLClause supported by a given Datastore. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of SQLPredicate supported by a given Datastore. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets all of the supported strings corresponding to sqlStringType, e.g., SQLStringType.InvalidCharacters. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Given a column name (fully qualified or otherwise), determines its qualification parts. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Given a table name (fully qualified or otherwise), determines its qualification parts. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Given a table name and column name, returns its fully qualified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Given a database name, owner name and table name, returns its fully qualified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also