ArcGIS Pro 2.6 API Reference Guide
SQLSyntax Class Members
Methods 


ArcGIS.Core.Data Namespace : SQLSyntax Class

The following tables list the members exposed by SQLSyntax.

Public Methods
 NameDescription
Public MethodFormats the dateTime value into a literal string in the format specified by dateTimeType. This method must be called on the MCT. Use QueuedTask.Run.  
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

Reference

SQLSyntax Class
ArcGIS.Core.Data Namespace