QuerySpecAppendToPreparedWhereClauseWithAnd Method  | 
 
            Appends the predicate with And to the prepared where clause. Only used for appending additional filters to specified filters. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxprotected void AppendToPreparedWhereClauseWithAnd(
	IPredicate predicate
)
Protected Sub AppendToPreparedWhereClauseWithAnd ( 
	predicate As IPredicate
)
Parameters
- predicate
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The predicate. 
See Also