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