Hi
I'm using selfservicing model and VS 2003,
I'm trying to create a predicate expression that generates a query like this:
FALSE OR (STATE_FIELD='0') OR (STATE_FIELD='1').....OR (STATE_FIELD='X')....
So, I create a predicate expression instance and use AddWithOr method ...
... but I'm not able to generate the first part of the sql query ( a simply ... FALSE ).
Thanks
Matteo