I have a query which has several level of scopes in the where clause.
WHERE (A =4 AND B= 5) OR ( C=5 OR D=11)
How this type of scoping can be implemented using IPredicateExpression?
Please see my answer to your other question - it applies to this one as well.
Matt
Got this one working. Thanks