IList<Product> LoadForCoupon( int couponId, int maximumRows, int startRowIndex )
Parameters
- couponId
- The given CouponId
- 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 CouponId