public IList<Order> Search( OrderSearchCriteria searchCriteria, string sortExpression )
Parameters
- searchCriteria
- Representing the search criteria to apply to the orders
- sortExpression
- Sort expression to apply to the result set
Return Value
A collection of orders matching the give search criteria