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