We are using the DynamicLinq.cs class and are attempting to set the where clause of our query to check bitwise data values....Enumeration example (has Flags Attribute on the enumeration): ...None = 0
Flag1 = 1
Flag2 = 2
Flag3 = 4
...What we specifical...