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