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