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.6.0.0 (5.6.19.0117)
Syntax
protected void SetCorrelationPredicate(
	IPredicate correlationFilter
)

Parameters

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