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

StoredProcNotInSchemaValidationException(StoredProcQuery) Constructor

Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public StoredProcNotInSchemaValidationException(
    StoredProcQuery query
)

Parameters

Name Type Description
query StoredProcQuery

A StoredProcQuery object.

See Also