FileSystemDatastore Class Members
In This Topic
The following tables list the members exposed by FileSystemDatastore.
Public Constructors
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetConnector | Overridden. Gets the Connector associated with the currently opened file-system data store. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetDefinition<T> | Gets a specific Definition instance associated with of type in the file-system data store. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | OpenDataset<T> | Gets a specific Dataset instance associated with of type in the file-system data store. This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also