ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class
Properties Methods


In This Topic
    Geodatabase Class Members
    In This Topic

    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 MethodOverloaded.   
    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 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.  
    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 MethodOverloaded.   
    Top
    See Also