Click or drag to resize

DynamicQueryEngineBaseCreatePagingSelectDQ Method

Creates a new Select Query which is ready to use, based on the query parameters specified.

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 CreatePagingSelectDQ(
	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.

Return Value

Type: IRetrievalQuery
ready to use query
See Also