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.6.0.0 (5.6.19.0117)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override IRetrievalQuery CreatePagingSelectDQ(
QueryParameters parameters,
DbConnection connectionToUse
)
Protected Overrides Function CreatePagingSelectDQ (
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.
Return Value
Type:
IRetrievalQuery
ready to use query
See Also