Open this page in the API Guide

OlapConnectionPool.AddConnection Method

Adds the connection.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void AddConnection(
	IOlapConnection<IDbConnection> connection
)

Parameters

connection
Type: Dundas.BI.Data.DataProviders.Olap.IOlapConnection<IDbConnection>
The connection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the connection is null.
See Also