Skip to main content

DashboardSqlDataSource(String) Constructor

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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