Overload | Description |
---|---|
LoadForFilter(OrderFilter) | Loads a collection of Order objects from the database based on given SQL criteria |
LoadForFilter(OrderFilter,String) | Loads a collection of Order objects from the database based on given SQL criteria |
LoadForFilter(OrderFilter,Int32,Int32) | Loads a collection of Order objects from the database based on given SQL criteria |
LoadForFilter(OrderFilter,Int32,Int32,String) | Loads a collection of Order objects from the database based on given SQL criteria |