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

In This Topic
    Geodatabase Constructor
    In This Topic
    Overload List
    OverloadDescription
    Opens an enterprise geodatabase with the specified connection properties. This method must be called on the MCT. Use QueuedTask.Run.  
    Opens an enterprise geodatabase with the specified connection file. This method must be called on the MCT. Use QueuedTask.Run.  
    Opens a file geodatabase with the specified connectionPath. This method must be called on the MCT. Use QueuedTask.Run.  
    Opens a web geodatabase given a serviceConnectionProperties to a valid feature service location. This method must be called on the MCT. Use QueuedTask.Run.  
    Opens a mobile geodatabase with the specified connectionPath. This method must be called on the MCT. Use QueuedTask.Run.  
    Opens a memory geodatabase with the specified memoryConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also