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

In This Topic
    GetConnector Method (Geodatabase)
    In This Topic
    Gets the Connector associated with the currently opened geodatabase. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override Connector GetConnector()
    Public Overrides NotOverridable Function GetConnector() As Connector

    Return Value

    The Connector associated with the currently opened geodatabase.
    Exceptions
    ExceptionDescription
    No valid geodatabase has been opened prior to invoking this operation.
    A geodatabase-related exception has occurred.
    Remarks
    If this Geodatabase instance is connected to an enterprise geodatabase via either Geodatabase Constructor(DatabaseConnectionProperties) or Geodatabase Constructor(DatabaseConnectionFile), calling this method will always return DatabaseConnectionProperties.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also