ArcGIS Pro 2.6 API Reference Guide
Geodatabase Class Members
Properties  Methods 


ArcGIS.Core.Data Namespace : Geodatabase Class

The following tables list the members exposed by Geodatabase.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Top
Public Methods
 NameDescription
Public MethodExecutes the action delegate as a single transaction. The transaction either completes successfully or aborted and rolled back.  
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public MethodEvaluates the query and return a RowCursor.  
Public MethodGets the AttributeRuleManager associated with this geodatabase if it supports attribute rules. This method must be called on the MCT. Use QueuedTask.Run.  
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. Gets the Connector associated with the currently opened geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets a specific Definition instance associated with name of type T in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets a 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.  
Public MethodGets all the Domain in this geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the GeodatabaseType associated with the currently opened geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
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 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.  
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 MethodGets the VersionManager associated with this geodatabase if it supports versioning. This method must be called on the MCT. Use QueuedTask.Run.  
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)
Public Method Gets a value indicating whether this geodatabase supports attribute rules. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a value indicating whether this geodatabase supports versioning. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets a specific Dataset instance associated with name of type T in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodOpens a query table based on the queryTableDescription. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets a IReadOnlyList of specific RelationshipClass or AttributedRelationshipClass instances associated with the originClass and the destinationClass where originClass is the origin table/feature class and destinationClass is the destination table/feature class. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

Geodatabase Class
ArcGIS.Core.Data Namespace