Hello, I am trying to figure out IN clauses. For example, I have an entity called Vehicles, with in the Vehicles, I have an operation ID. I want to return all vehicles where operationID in (1,2,3).
Also, the 1,2 3 operations are actually in a collection (
ObservableCollection<Operation>)