Skip to main content

ValidateCustomSqlQueryEventArgs(CustomSqlQuery, Boolean) Constructor

Initializes a new instance of the ValidateCustomSqlQueryEventArgs class.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ValidateCustomSqlQueryEventArgs(
    CustomSqlQuery customSqlQuery,
    bool valid
)

Parameters

Name Type Description
customSqlQuery CustomSqlQuery

A CustomSqlQuery object that is the custom SQL query.

valid Boolean

A Boolean value that specifies whether on not the specified SQL query is valid.

See Also