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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardSqlDataSource(
    string name
)

Parameters

Name Type Description
name String

A String value that is the data source name.

See Also