DevForce Help Reference
And Method (PredicateBuilder)


Returns a CompositePredicateDescription which represents a conditional AND operation.
Overload List
OverloadDescription
And(IPredicateDescription[])Returns a CompositePredicateDescription which represents a conditional AND operation.  
And<T>(Expression<Func<T,Boolean>>,Expression<Func<T,Boolean>>) Returns an expression which represents a conditional AND operation.  
And<T>(Expression<Func<T,Boolean>>[]) Returns an expression which represents a conditional AND operation of the specified operands.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PredicateBuilder Class
PredicateBuilder Members

Send Feedback