ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatasourceTemplate Class / IsQueryLanguageSupported Method

In This Topic
    IsQueryLanguageSupported Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also