| Overload | Description |
|---|---|
| WhereIds(Filter,OrderColumn) | Retrieves all Order objects from the relative table that match the given filter. |
| WhereIds(Filter) | Retrieves all Order objects from the relative table that match the given filter. |
| WhereIds(IList<Filter>,OrderColumn) | Retrieves all unique Order identifiers from the relative table that match the given list of filters. |
| WhereIds(IList<Filter>) | Retrieves all unique Order identifiers from the relative table that match the given list of filters. |