Textualizer.HandleNestedQuerySpecification Method |
Handles the nested query specification.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic virtual void HandleNestedQuerySpecification(
NestedQuerySpecification nestedQuery
)
Public Overridable Sub HandleNestedQuerySpecification (
nestedQuery As NestedQuerySpecification
)
Parameters
- nestedQuery
- Type: SD.LLBLGen.Pro.QuerySpec.NestedQuerySpecification
The nested query.
See Also