Skip to main content

RuntimeConnectionStringProvider(Dictionary<String, DataConnectionParametersBase>) Constructor

Initializes a new instance of the RuntimeConnectionStringProvider class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

public RuntimeConnectionStringProvider(
    Dictionary<string, DataConnectionParametersBase> connectionParameters
)

Parameters

Name Type Description
connectionParameters Dictionary<String, DataConnectionParametersBase>

A collection of the data connection parameters.

See Also