GetProducts
Parameters
The following parameters are defined for the GetProducts stored procedure call.
| Name | Direction | Type | Optional | Max. length | Precision | Scale | 
|---|---|---|---|---|---|---|
| DiscontinuedFlag | Input | bool (System.Boolean) | 
	0 | 10 | 0 | 
Mappings
Northwind.dbo.pr_GetProducts (SQL Server (SqlClient))
Type of target: Stored procedure
| Parameter | Target parameter | Nullable | Type | Length | Precision | Scale | Type converter | 
|---|---|---|---|---|---|---|---|
| DiscontinuedFlag | @discontinuedFlag | int | 0 | 10 | 0 | SD.LLBLGen.Pro.TypeConverters.BooleanNumericConverter | 
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.