[DataObjectMethod(DataObjectMethodType.Select)] IList<Order> Search( int orderStatusId, OrderPaymentStatus paymentStatus, OrderShipmentStatus shipmentStatus, DateTime startDate, DateTime endDate, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- orderStatusId
- order status Id of the orders to search
- paymentStatus
- payment status of the orders to search
- shipmentStatus
- shipment status of the orders to search
- startDate
- starting date for search
- endDate
- ending date for search
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
Collection of orders for given criteria