Click or drag to resize
QuerySpecSetCorrelationPredicate Method
Sets the correlation predicate.

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected void SetCorrelationPredicate(
	IPredicate correlationFilter
)

Parameters

correlationFilter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The correlation filter.
See Also