SqlDataProvider(DataConnection, String) Constructor
Initializes a new instance of the SqlDataProvider class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataConnection | DataConnection | 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