IList<Product> LoadForVolumeDiscount( int volumeDiscountId, int maximumRows, int startRowIndex )
Parameters
- volumeDiscountId
- The given VolumeDiscountId
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of Product objects associated with with the given VolumeDiscountId