DynamicQueryEngineWrapCommandInPagingQuery Method  | 
 
            Wraps the command in the query specified in a paging query and adds necessary parameters to the command.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.4.0.0 (5.4.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected override void WrapCommandInPagingQuery(
	IRetrievalQuery query,
	int offset,
	int limit
)
Protected Overrides Sub WrapCommandInPagingQuery ( 
	query As IRetrievalQuery,
	offset As Integer,
	limit As Integer
)
Parameters
- query
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
The query to augment. - offset
 - Type: SystemInt32
The offset to use. If 0, no rows are skipped. - limit
 - Type: SystemInt32
The limit on the resultset. If 0, no limit is specified. 
See Also