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

ValidateCustomSqlQueryEventArgs(CustomSqlQuery, Boolean) Constructor

Initializes a new instance of the ValidateCustomSqlQueryEventArgs class.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

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