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

SqlQuery.Validate(DBSchema) Method

Checks the validity of the SqlQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public abstract void Validate(
    DBSchema schema
)

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