Question About Prefetch and FilterOn

Posts   
 
    
Jack.Wang
User
Posts: 1
Joined: 18-May-2011
# Posted on: 18-May-2011 09:44:34   

Is there anyone know that whether the FilterOn feature support for "Any" operation during Prefetch data?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 18-May-2011 10:31:10   

I don't understand the question, would you please elaborate in more details?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 19-May-2011 11:23:43   

FilterOn is used to produce a predicate/filter on the prefetch path node, and 'Any()' can be used with that. .Any() produces a WHERE EXISTS (subquery) predicate.

Frans Bouma | Lead developer LLBLGen Pro