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
)
Protected Overridable 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