ValidateDashboardCustomSqlQueryEventArgs.ConnectionParameters Property
Gets parameters used to establish a connection to the data source containing a custom SQL query.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
DataConnectionParametersBase | A DataConnectionParametersBase descendant containing parameters used to establish a connection to the data source containing a custom SQL query. |
See Also