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.9.0.0 (5.9.0)
Syntax
public virtual void HandleNestedQuerySpecification(
	NestedQuerySpecification nestedQuery
)

Parameters

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