| IPredicateExpressionAddWithAnd Method  | 
            Adds an IPredicate implementing object to the PredicateExpression with an 'And'-operator. 
            The object added can be a Predicate derived class or a PredicateExpression. If no objects are present yet in the PredicateExpression,
            the operator is ignored. 
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIPredicateExpression AddWithAnd(
	IPredicate predicateToAdd
)
Function AddWithAnd ( 
	predicateToAdd As IPredicate
) As IPredicateExpression
Parameters
- predicateToAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The IPredicate implementing object to add 
Return Value
Type: 
IPredicateExpressionthe PredicateExpression on which this method is called, for command chaining
Exceptions
See Also