How to do X is not null

Posts   
 
    
lorad
User
Posts: 1
Joined: 23-Sep-2005
# Posted on: 23-Sep-2005 14:39:01   

I can do x is null how do I do x is not null? (I am sure it is simple, and I will look silly)

Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 23-Sep-2005 16:18:08   

Specify 'true' for the 'negate' parameter in one of the overloads to create the CompareNull predicate simple_smile

Frans Bouma | Lead developer LLBLGen Pro