DynamicQueryEngineCreateSelectDQImpl Method |
Creates a new Select Query which is ready to use, based on the specified elements.
Namespace:
SD.LLBLGen.Pro.DQE.Firebird
Assembly:
SD.LLBLGen.Pro.DQE.Firebird (in SD.LLBLGen.Pro.DQE.Firebird.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override IRetrievalQuery CreateSelectDQImpl(
QueryParameters parameters,
DbConnection connectionToUse,
bool emitQueryHints = true
)
Protected Overrides Function CreateSelectDQImpl (
parameters As QueryParameters,
connectionToUse As DbConnection,
Optional emitQueryHints As Boolean = true
) 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 - emitQueryHints (Optional)
- Type: SystemBoolean
If true, it will emit the query hints specified in the parameters into the query generated
Return Value
Type:
IRetrievalQueryready to use retrieval query object
See Also