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

ValidateCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets a custom SQL query being validated.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

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

See Also