Skip to main content
All docs
V21.2

ValidateSqlEventArgs(CustomSqlQuery) Constructor

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

Namespace: DevExpress.Snap

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

NuGet Package: DevExpress.Snap.Core

Declaration

public ValidateSqlEventArgs(
    CustomSqlQuery customSqlQuery
)

Parameters

Name Type Description
customSqlQuery CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also