ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / Database Class / GetConnector Method
Version

    GetConnector Method (Database)
    Gets the DatabaseConnectionProperties associated with the currently opened database. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override Connector GetConnector()

    Return Value

    The DatabaseConnectionProperties associated with the currently opened database.
    Exceptions
    ExceptionDescription
    No valid database has been opened prior to invoking this operation.
    A database-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also