Skip to main content
A newer version of this page is available. .

RuntimeConnectionStringProvider(Dictionary<String, DataConnectionParametersBase>) Constructor

Initializes a new instance of the RuntimeConnectionStringProvider class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.WebForms.dll

Declaration

public RuntimeConnectionStringProvider(
    Dictionary<string, DataConnectionParametersBase> connectionParameters
)

Parameters

Name Type Description
connectionParameters Dictionary<String, DataConnectionParametersBase>

A collection of the data connection parameters.

See Also