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

DashboardSqlDataSource(DataConnectionParametersBase) Constructor

Initializes a new instance of the DashboardSqlDataSource class with the specified connection parameters.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public DashboardSqlDataSource(
    DataConnectionParametersBase connectionParameters
)

Parameters

Name Type Description
connectionParameters DataConnectionParametersBase

A DataConnectionParametersBase class descendant specifying the connection parameters for the current data source.

See Also