Skip to main content

SqlDataProvider(DataConnection) Constructor

Initializes a new instance of the SqlDataProvider class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public SqlDataProvider(
    DataConnection dataConnection
)

Parameters

Name Type Description
dataConnection DataConnection

A DataConnection object specifying a connection to a data store.

See Also