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

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.v19.2.Core.dll

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