[DataObjectMethod(DataObjectMethodType.Select)] public static IList<AffiliateSalesSummary> GetSalesByAffiliate( DateTime startDate, DateTime endDate, int affiliateId )
Parameters
- startDate
- Inclusive start date to consider
- endDate
- Inclusive end date to consider
- affiliateId
- The affiliate to build the report for
Return Value
A List of AffiliateSalesSummary objects