| Overload | Description |
|---|---|
| Where(Filter,OrderColumn) | Retrieves all Order objects from the relative table that match the given filter. |
| Where(Filter) | Retrieves all Order objects from the relative table that match the given filter. |
| Where(IList<Filter>,OrderColumn) | Retrieves all Order objects from the relative table that match the given list of filters. |
| Where(IList<Filter>) | Retrieves all Order objects from the relative table that match the given list of filters. |
| Where(OrderColumn,Object) | Retrieves all Order objects from the relative table that match the value in the given column. |