SqlDataProvider Constructors
Obsolete. Represents a data provider for regular data sources.Name | Parameters | Description |
---|---|---|
SqlDataProvider() | none |
Initializes a new instance of the DevExpress.DashboardCommon.SqlDataProvider class with default settings.
|
SqlDataProvider(DataConnection, String) | dataConnection, sqlQuery |
Initializes a new instance of the DevExpress.DashboardCommon.SqlDataProvider class.
|
SqlDataProvider(DataConnection) | dataConnection |
Initializes a new instance of the DevExpress.DashboardCommon.SqlDataProvider class.
|
SqlDataProvider(String, DataConnectionParametersBase, String) | connectionName, connectionParameters, sqlQuery |
Initializes a new instance of the DevExpress.DashboardCommon.SqlDataProvider class.
|
See Also