IList<Order> LoadForFilter( OrderFilter filter, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- filter
- Representing the filter to apply to the orders
- maximumRows
- Maximum number of rows to return
- startRowIndex
- Starting index of first record in result set
- sortExpression
- Sort expression to apply to the result set
Return Value
A collection of orders matching the filter