DynamicQueryEngineCreateSelectDQImpl Method |
Creates a new Select Query which is ready to use, based on the specified elements.
Namespace:
SD.LLBLGen.Pro.DQE.Access
Assembly:
SD.LLBLGen.Pro.DQE.Access (in SD.LLBLGen.Pro.DQE.Access.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax protected 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