Name | Description | |
---|---|---|
Geodatabase Constructor | Overloaded. |
The following tables list the members exposed by Geodatabase.
Name | Description | |
---|---|---|
Geodatabase Constructor | Overloaded. |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
ApplyEdits | Overloaded. | |
AreDatastorePropertiesSupported | Gets a value indicating whether this datastore supports datastore properties. (Inherited from ArcGIS.Core.Data.Datastore) | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Evaluate | Evaluates the query and return a RowCursor. | |
GetAttributeRuleManager | Gets the AttributeRuleManager associated with this geodatabase if it supports attribute rules. This method must be called on the MCT. Use QueuedTask.Run. | |
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 Connector associated with the currently opened geodatabase. 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<T> | Gets a specific Definition instance associated with name of type T in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDefinitions<T> | Gets an IReadOnlyList of specific Definition instances associated with each dataset of type T in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDomains | Gets all the Domain in this geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
GetGeodatabaseType | Gets the GeodatabaseType associated with the currently opened geodatabase. 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) | |
GetRelatedDefinitions | Gets a IReadOnlyList of Definition instances where each one is related to definition by satisfying the relationshipType constraint in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
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) | |
GetVersionManager | Gets the VersionManager associated with this geodatabase if it supports versioning. 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) | |
IsAttributeRuleSupported | Gets a value indicating whether this geodatabase supports attribute rules. This method must be called on the MCT. Use QueuedTask.Run. | |
IsVersioningSupported | Gets a value indicating whether this geodatabase supports versioning. This method must be called on the MCT. Use QueuedTask.Run. | |
OpenDataset<T> | Gets a specific Dataset instance associated with name of type T in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
OpenQueryTable | Opens a query table based on the queryTableDescription. This method must be called on the MCT. Use QueuedTask.Run. | |
OpenRelationshipClasses | Overloaded. |