ArcGIS Pro 2.9 API Reference Guide
PluginDatastore Class Methods


ArcGIS.Core.Data.PluginDatastore Namespace : PluginDatastore Class

For a list of all members of this type, see PluginDatastore members.

Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the connection string associated with the currently opened data store (e.g., an enterprise geodatabase). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodOverridden. Gets the ArcGIS.Core.Data.Connector associated with the currently opened plug-in data store. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the ArcGIS.Core.Data.TableDefinition or ArcGIS.Core.Data.FeatureClassDefinition (if the table returned by OpenTable can be cast to ArcGIS.Core.Data.FeatureClass) associated with name. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the path to the currently opened data store (e.g., an enterprise geodatabase .sde connection file). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodGets the gateway to access information about the SQL syntax and other functionality supported by this ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public Method Gets the name of all the tables that exist in the currently opened plug-in data store. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Determines whether the currently opened data store (e.g., an enterprise geodatabase) has any pending edits which have not been saved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodGets the ArcGIS.Core.Data.Table or ArcGIS.Core.Data.FeatureClass (if it is spatially enabled) associated with name. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

PluginDatastore Class
ArcGIS.Core.Data.PluginDatastore Namespace