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

StoredProcQuery.Validate(DBSchema) Method

Checks the validity of the StoredProcQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public override 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