Click or drag to resize

DynamicQueryEngineBaseCreateSelectDQImpl Method

Creates a new Select Query which is ready to use, based on the specified elements.

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
protected virtual IRetrievalQuery CreateSelectDQImpl(
	QueryParameters parameters,
	DbConnection connectionToUse
)

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: IRetrievalQuery
ready to use retrieval query object
See Also