ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / UnknownDatastore Class


In This Topic
    UnknownDatastore Class Methods
    In This Topic

    For a list of all members of this type, see UnknownDatastore 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. Since this object represents an unknown data store, the returned value is null.  
    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 Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
    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)
    Top
    See Also