Grouping Predicates

Posts   
 
    
Posts: 11
Joined: 29-Mar-2005
# Posted on: 13-Jun-2005 15:45:23   

How do you group your AddWithOr's and AddWithAnd's using predicates?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 13-Jun-2005 16:27:08   

In a new predicate expression simple_smile . Every predicate expression is surrounded by '()'. You can first add your predicates to a predicate expression and later on add that predicate expression to another predicate expression, effectively making it a group inside that predicate expression.

Frans Bouma | Lead developer LLBLGen Pro