ArcGIS Pro 2.9 API Reference Guide
IsQueryLanguageSupported Method

ArcGIS.Core.Data.PluginDatastore Namespace > PluginDatasourceTemplate Class : IsQueryLanguageSupported Method
Gets a value indicating whether the underlying data source supports a query language (e.g., SQL).
Syntax
public virtual bool IsQueryLanguageSupported()
Public Overridable Function IsQueryLanguageSupported() As Boolean

Return Value

true if the underlying data source supports a query language; otherwise, false. The default is false.
Remarks

If the underlying data source supports a query language (e.g., SQL) by returning true, the framework will exhibit the following behavior:

If the underlying data source does not support a query language (e.g., SQL) by returning false, the framework will exhibit the following behavior:

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginDatasourceTemplate Class
PluginDatasourceTemplate Members