Skip to main content

DashboardSqlDataSource(String, DataConnectionParametersBase) Constructor

Initializes a new instance of the DashboardSqlDataSource class with the specified data source name and connection parameters.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardSqlDataSource(
    string name,
    DataConnectionParametersBase connectionParameters
)

Parameters

Name Type Description
name String

A String value that is the data source name.

connectionParameters DataConnectionParametersBase

A DataConnectionParametersBase descendant containing connection parameters to a data store.

See Also