DynamicQueryEngineCreateSelectDQImpl Method  | 
 
            Creates a new Select Query which is ready to use, based on the specified elements. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.DB2
    Assembly:
   SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected override IRetrievalQuery CreateSelectDQImpl(
	QueryParameters parameters,
	DbConnection connectionToUse
)
Protected Overrides Function CreateSelectDQImpl ( 
	parameters As QueryParameters,
	connectionToUse As DbConnection
) As IRetrievalQuery
Parameters
- parameters
 - Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to build the query on - connectionToUse
 - Type: System.Data.CommonDbConnection
The connection to use with the query 
Return Value
Type: 
IRetrievalQueryready to use retrieval query object
See Also