Skip to main content

ValidateDashboardCustomSqlQueryEventArgs(DashboardSqlDataSource, ValidateCustomSqlQueryEventArgs) Constructor

Initializes a new instance of the ValidateDashboardCustomSqlQueryEventArgs class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ValidateDashboardCustomSqlQueryEventArgs(
    DashboardSqlDataSource dataSource,
    ValidateCustomSqlQueryEventArgs innerArgs
)

Parameters

Name Type Description
dataSource DashboardSqlDataSource

A DashboardSqlDataSource object that is the data source containing a custom SQL query.

innerArgs ValidateCustomSqlQueryEventArgs

A ValidateCustomSqlQueryEventArgs object.

See Also