Example, I have a database about vehicles and I want to see the vehicles with
the selected horsepower,
the selected weight,
the selected make,......
but nothing HAS to be selected.
So I would like to add a if statement in my linq query:
if horsepower.isFilledIn then vehicle.horsepower = horsepower and so on
How do I do this without having to make 1000 overloads
thanks.