Name | Description | |
---|---|---|
Database Constructor | Overloaded. |
The following tables list the members exposed by Database.
Name | Description | |
---|---|---|
Database Constructor | Overloaded. |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
AreDatastorePropertiesSupported | Gets a value indicating whether this datastore supports datastore properties. (Inherited from ArcGIS.Core.Data.Datastore) | |
CalculateExtent | Calculates the extent for the spatial single table or query layer specified by featureClass. This method must be called on the MCT. Use QueuedTask.Run. | |
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. Gets the DatabaseConnectionProperties associated with the currently opened database. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDatastoreProperties | Gets the datastore properties of the datastore. (Inherited from ArcGIS.Core.Data.Datastore) | |
GetDefinition | Gets the TableDefinition or FeatureClassDefinition (if QueryDescription.IsSpatialQuery in queryDescription returns true) whose Table or FeatureClass is associated with queryDescription. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
GetQueryDescription | Overloaded. | |
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) | |
GetTableNames | Gets the fully qualified name of all the tables that exist in the currently opened database. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
OpenTable | Gets the Table or FeatureClass (if it is spatially enabled) associated with queryDescription. This method must be called on the MCT. Use QueuedTask.Run. |