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