DynamicQueryEngineBaseCreateSelectDQ Method |
Creates a new Select Query which is ready to use, based on the specified select list and the specified set of relations.
If selectFilter is set to null, all rows are selected.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public IRetrievalQuery CreateSelectDQ(
QueryParameters parameters,
DbConnection connectionToUse
)
Public Function CreateSelectDQ (
parameters As QueryParameters,
connectionToUse As DbConnection
) As IRetrievalQuery
Parameters
- parameters
- Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to build the query with - connectionToUse
- Type: System.Data.CommonDbConnection
The connection to use for the query
Return Value
Type:
IRetrievalQuery
IRetrievalQuery instance which is ready to be used.
See Also