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