@jasonk - if you want to have "or" then negate all conditions since (A and B) <=> ~(~A or ~B)
but if you have values other than boolean try using type converters:
you can use the values in Convert method any way you like to produce a condition which suits you.