NestedQuerySpecification Constructor |
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public NestedQuerySpecification(
QuerySpec nestedQuery,
int indexInResultRow,
List<IPredicate> correlationFilters
)
Public Sub New (
nestedQuery As QuerySpec,
indexInResultRow As Integer,
correlationFilters As List(Of IPredicate)
)
Parameters
- nestedQuery
- Type: SD.LLBLGen.Pro.QuerySpecQuerySpec
The nested query. - indexInResultRow
- Type: SystemInt32
The index in result row of parent. - correlationFilters
- Type: System.Collections.GenericListIPredicate
The correlation filters, which are predicates which tie nested query to parent.
See Also