DynamicQueryEngineAlwaysUseRowNumBasedPaging Field |
Flag to signal to always use rownum based paging (true) or let the DQE choose the paging mechanism based on the compatibility (false, default).
Only used when compatibility is set to 12c or higher. By default the the DQE will choose in 12c+ mode a FETCH NEXT / OFFSET approach if this flag is set to false.
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 public static bool AlwaysUseRowNumBasedPaging
Public Shared AlwaysUseRowNumBasedPaging As Boolean
Field Value
Type:
BooleanSee Also