FactoryClasses.PredicateFactory.CompareValue

Posts   
 
    
Posts: 1
Joined: 24-Feb-2011
# Posted on: 24-Feb-2011 22:54:59   

Hi,

I want to get the record which logout is null (this field is a date type)

i want to do something like that but Config.FactoryClasses.PredicateFactory.CompareValue(Expertisa.Config.LogFieldIndex.LogOut, ComparisonOperator.Equal, Date.MinValue))

How can i do this

Thank you

simple_smile

Pierre

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 25-Feb-2011 05:43:02   

Hi Pierre,

Use this:

Config.FactoryClasses.PredicateFactory.CompareNull(Expertisa.Config.LogFieldIndex.LogOut)
David Elizondo | LLBLGen Support Team