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