SelectQuery.Validate() Method
Checks the validity of the SelectQuery.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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