I want to change this: Field IN (SELECT OtherField FROM OtherTable WHERE Foo=2)
into something like Field NOT IN (SELECT OtherField FROM OtherTable WHERE Foo=2)
how can I do that....
Thanks!
Use the overload of the FieldCompareSetPredicate constructor which accepts 'negate' and set that to true