CustOrderHist
Parameters
Parameter name | Ordinal | Native type | Length | Precision | Scale | Direction | Is result-set |
---|---|---|---|---|---|---|---|
@CustomerID | 1 | nchar | 5 | 0 | 0 | Input |
Model elements mapped on this stored procedure
Model Element | Element type |
---|---|
CustOrderHist | Stored Procedure Call |
Result sets
Resultset1
Fields
Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable |
---|---|---|---|---|---|---|
ProductName | 1 | nvarchar | 40 | 0 | 0 | |
Total | 2 | int | 0 | 10 | 0 | Yes |
Model elements mapped on this resultset
Model Element | Element type |
---|---|
CustOrderHistTypedView | Typed View |