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.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<IPredicate> CorrelationFilters { get; set; }
Public Property CorrelationFilters As List(Of IPredicate)
Get
Set
Property Value
Type:
ListIPredicateSee Also