Skip to main content

SelectQuery.Validate() Method

Checks the validity of the SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public override void Validate()

Remarks

The Validate method is called internally each time a query is being executed.

If the query validation fails, a specific ValidationException is thrown, indicating the cause of the error.

See Also