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