Can you add an "Or" condition to an entity in the entity framework? For example something like:
Property1 == (1 or 2 or 3)
The message I get when putting the value of "1 || 2 || 3" or "1,2,3" or "1 or 2 or 3" returns this message:
condition is not compatible with the type of the member