Generated using SQL Data Dictionary demo version.
Scalar function returning the list price for a given product on a particular order date.
Parameter | Data Type | Default |
---|---|---|
@ProductID | int | |
Input parameter for the scalar function ufnGetProductListPrice. Enter a valid ProductID from the Production.Product table. | ||
@OrderDate | datetime | |
Input parameter for the scalar function ufnGetProductListPrice. Enter a valid order date. |
Data Type | Nullable |
---|---|
money | X |