Skip to main content
A newer version of this page is available. .

ValidateDashboardCustomSqlQueryEventArgs(DashboardSqlDataSource, ValidateCustomSqlQueryEventArgs) Constructor

Initializes a new instance of the ValidateDashboardCustomSqlQueryEventArgs class.

Namespace: DevExpress.DashboardCommon

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

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