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.4.0.0 (5.4.0)
Syntax public virtual void HandleNestedQuerySpecification(
NestedQuerySpecification nestedQuery
)
Public Overridable Sub HandleNestedQuerySpecification (
nestedQuery As NestedQuerySpecification
)
Parameters
- nestedQuery
- Type: SD.LLBLGen.Pro.QuerySpecNestedQuerySpecification
The nested query.
See Also