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

ValidateSqlEventArgs(CustomSqlQuery) Constructor

Initializes a new instance of the ValidateSqlEventArgs class with the specified settings.

Namespace: DevExpress.Snap

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

Declaration

public ValidateSqlEventArgs(
    CustomSqlQuery customSqlQuery
)

Parameters

Name Type Description
customSqlQuery CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also