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

DashboardSqlDataSource(String) Constructor

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardSqlDataSource(
    string name
)

Parameters

Name Type Description
name String

A String value that is the data source name.

See Also