[DataObjectMethod(DataObjectMethodType.Select)] public static IList<ProductBreakdownSummary> GetProductBreakdownSummary( DateTime fromDate, DateTime toDate, int vendorId, string sortExpression )
Parameters
- fromDate
- Inclusive start date to consider
- toDate
- Inclusive end date to consider
- vendorId
- If vendorId is greater than 0 includes products for this vendor only. All products are included otherwise.
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A List of ProductBreakdownSummary objects