| QuerySpecSetCorrelationPredicate Method  | 
 
            Sets the correlation predicate.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected void SetCorrelationPredicate(
	IPredicate correlationFilter
)
Protected Sub SetCorrelationPredicate ( 
	correlationFilter As IPredicate
)
Parameters
- correlationFilter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The correlation filter. 
See Also