CustOrdersDetail
Parameters
| Parameter name | Ordinal | Native type | Length | Precision | Scale | Direction | Is result-set | 
|---|---|---|---|---|---|---|---|
| @OrderID | 1 | int | 0 | 10 | 0 | Input | 
Model elements mapped on this stored procedure
| Model Element | Element type | 
|---|---|
| CustOrdersDetail | Stored Procedure Call | 
Result sets
Resultset1
Fields
| Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | 
|---|---|---|---|---|---|---|
| ProductName | 1 | nvarchar | 40 | 0 | 0 | |
| UnitPrice | 2 | money | 0 | 19 | 4 | |
| Quantity | 3 | smallint | 0 | 5 | 0 | |
| Discount | 4 | int | 0 | 10 | 0 | Yes | 
| ExtendedPrice | 5 | money | 0 | 19 | 4 | Yes | 
Model elements mapped on this resultset
None.