Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public IRetrievalQuery CreateSelectDQ(
	QueryParameters parameters,
	DbConnection connectionToUse
)

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