Skip to main content

DashboardSqlDataSource(DataConnectionParametersBase) Constructor

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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