Click or drag to resize
TextualizerHandleNestedQuerySpecification Method
Handles the nested query specification.

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 virtual void HandleNestedQuerySpecification(
	NestedQuerySpecification nestedQuery
)

Parameters

nestedQuery
Type: SD.LLBLGen.Pro.QuerySpecNestedQuerySpecification
The nested query.
See Also