StoredProcNotInSchemaValidationException(StoredProcQuery) Constructor
Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| query | StoredProcQuery | A StoredProcQuery object. |
See Also