StoredProcNotInSchemaValidationException(String) Constructor
Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
storedProcName | String | A String value, specifying the stored procedure name. |
See Also