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

CustomSqlQuery.Validate(DBSchema) Method

Checks the validity of the CustomSqlQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public override void Validate(
    DBSchema schema
)

Parameters

Name Type Description
schema DBSchema

A DBSchema object that is the data source schema.

Remarks

If the query validation fails, a ValidationException is thrown.

See Also