Open this page in the API Guide

DataProvider.GetConnection Method

Gets the open connection.

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 abstract IDisposable GetConnection(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProviders.IProviderConnector
The data connector.

Return Value

Type: IDisposable
The open connection.
Exceptions
ExceptionCondition
DataConnectionExceptionFailed to connect.
See Also