ArcGIS Pro 2.6 API Reference Guide
GetConnector Method (Datastore)

ArcGIS.Core.Data Namespace > Datastore Class : GetConnector Method
Gets the Connector associated with the currently opened data store. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public abstract Connector GetConnector()
Public MustOverride Function GetConnector() As Connector

Return Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Datastore Class
Datastore Members