Click or drag to resize
NestedQuerySpecificationCorrelationFilters Property
Gets or sets the correlation filters, which tie this nested query with the parent, containing, query. Can be empty (in which case the results of this nested query belong to every parent)

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<IPredicate> CorrelationFilters { get; set; }

Property Value

Type: ListIPredicate
See Also