Filter Scope

Posts   
 
    
imakimak
User
Posts: 62
Joined: 18-Mar-2010
# Posted on: 06-Apr-2010 21:58:28   

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?

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 06-Apr-2010 22:13:38   

Please see my answer to your other question - it applies to this one as well.

Matt

imakimak
User
Posts: 62
Joined: 18-Mar-2010
# Posted on: 06-Apr-2010 22:41:23   

Got this one working. Thanks