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