Click or drag to resize
NestedQuerySpecification Constructor
Initializes a new instance of the NestedQuerySpecification class.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public NestedQuerySpecification(
	QuerySpec nestedQuery,
	int indexInResultRow,
	List<IPredicate> correlationFilters
)

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