ArcGIS Pro 2.6 API Reference Guide
GetSQLSyntax Method

ArcGIS.Core.Data Namespace > Datastore Class : GetSQLSyntax Method
Gets the gateway to access information about the SQL syntax and other functionality supported by this Datastore. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SQLSyntax GetSQLSyntax()
Public Function GetSQLSyntax() As SQLSyntax

Return Value

The gateway to access information about the SQL syntax and other functionality supported by this Datastore.
Exceptions
ExceptionDescription
No valid data store has been opened prior to invoking this operation.
The data store does not support this operation.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Datastore Class
Datastore Members