SalesByCategory
Parameters
The following parameters are defined for the SalesByCategory stored procedure call.
| Name | Direction | Type | Optional | Max. length | Precision | Scale | 
|---|---|---|---|---|---|---|
| CategoryName | Input | string (System.String) | 
	15 | 0 | 0 | |
| OrdYear | Input | string (System.String) | 
	4 | 0 | 0 | 
Mappings
Northwind.dbo.SalesByCategory (SQL Server (SqlClient))
Type of target: Stored procedure
| Parameter | Target parameter | Nullable | Type | Length | Precision | Scale | Type converter | 
|---|---|---|---|---|---|---|---|
| CategoryName | @CategoryName | nvarchar | 15 | 0 | 0 | ||
| OrdYear | @OrdYear | nvarchar | 4 | 0 | 0 | 
Code generation information
Setting values
No settings defined.
Attribute definitions per element
None.
Additional interface definitions per element
None.
Additional namespace definitions per element
None.