[DataObjectMethod(DataObjectMethodType.Select)] IList<Order> Search( int orderStatusId, OrderPaymentStatus paymentStatus, OrderShipmentStatus shipmentStatus, DateTime startDate, DateTime endDate )
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
Return Value
Collection of orders for given criteria