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

SqlDataProvider(String, DataConnectionParametersBase, String) Constructor

Initializes a new instance of the SqlDataProvider class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public SqlDataProvider(
    string connectionName,
    DataConnectionParametersBase connectionParameters,
    string sqlQuery
)

Parameters

Name Type Description
connectionName String

A String specifying the data connection name.

connectionParameters DataConnectionParametersBase

A DataConnection object specifying a connection to a data store.

sqlQuery String

A String specifying an SQL query used to select data from the data store.

See Also