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


In This Topic
    Database Class Members
    In This Topic

    The following tables list the members exposed by Database.

    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 MethodCalculates the extent for the spatial single table or query layer specified by featureClass. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    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 DatabaseConnectionProperties associated with the currently opened database. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets 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.  
    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 MethodOverloaded.   
    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 Method 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.  
    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 MethodGets the Table or FeatureClass (if it is spatially enabled) associated with queryDescription. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also