I have a [Flags] enum like this:
[Flags] public enum Status { None = 0, Active = 1, Inactive = 2, Unknown = 4 }
A Status enum may c
Take a look at the following good post, it shows you the following alternatives:
https://timdams.wordpress.com/2011/02/14/using-enum-flags-to-write-filters-in-linq/#comment-30