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