Click or drag to resize

DynamicQueryEngineCreatePagingSelectDQ Method

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

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.5.0.0 (5.5.18.1019)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected override 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