Click or drag to resize

IDbSpecificCreatorCreateSubQuery Method

Creates a new Select Query which is ready to use as a subquery, based on the parameters specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
IRetrievalQuery CreateSubQuery(
	QueryParameters parameters
)

Parameters

parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to base the sub query on

Return Value

Type: IRetrievalQuery
IRetrievalQuery instance which is ready to be used.
See Also