SqlQuery.Validate(DBSchema) Method
Checks the validity of the SqlQuery.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
schema | DBSchema | A DBSchema object that is the database schema. |
Remarks
If the query validation fails, a ValidationException is thrown.
See Also