Skip to main content

ValidateCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets a custom SQL query being validated.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

A CustomSqlQuery object that is the custom SQL query being validated.

See Also