The following tables list the members exposed by UnknownDatastore.
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| GetConnectionString |
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) |
| GetConnector | Overridden. Since this object represents an unknown data store, the returned value is null. |
| GetPath |
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) |
| GetSQLSyntax | Gets 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) |
| HasEdits |
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