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.9.0.0 (5.9.0)
Syntax
protected virtual IRetrievalQuery CreateSelectDQImpl(
	QueryParameters parameters,
	DbConnection connectionToUse,
	bool emitQueryHints = true
)

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
emitQueryHints (Optional)
Type: SystemBoolean
If true, it will emit the query hints specified in the parameters into the query generated

Return Value

Type: IRetrievalQuery
ready to use retrieval query object
See Also