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