Open this page in the API Guide

ProviderExpression.DataConnector Property

Gets the data connector.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DataConnector DataConnector { get; }

Property Value

Type: DataConnector
The data connector.

Implements

IDataSource.DataConnector
Remarks
It is null if the data source is a CubePerspective.
See Also