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


In This Topic
    PluginDatasourceTemplate Class Members
    In This Topic

    The following tables list the members exposed by PluginDatasourceTemplate.

    Public Methods
     NameDescription
    Public MethodGets a value indicating whether the data source associated with connectionPath can be opened by this concrete implementation.  
    Public MethodFormally closes the Plugin Datasource. This operation is the opposite of Open.  
    Public MethodGets a string description for datasetType.  
    Public MethodGets a string description for the plug-in data source depending on inPluralForm.  
    Public Method Gets the name of all the tables and feature classes that exist in the currently opened plug-in data source.  
    Public Method Gets a value indicating whether the underlying data source supports a query language (e.g., SQL).  
    Public Method Formally opens the Plugin Datasource in order for the new data format to be integrated into ArcGIS Pro.  
    Public MethodGets an instance of concrete class that implements the PluginTableTemplate abstraction associated with name in the plug-in data source.  
    Top
    See Also