DashboardSqlDataSource(DataConnectionParametersBase) Constructor
Initializes a new instance of the DashboardSqlDataSource class with the specified connection parameters.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionParameters | DataConnectionParametersBase | A DataConnectionParametersBase class descendant specifying the connection parameters for the current data source. |
See Also