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 this flag is false and will make the the DQE choose in 12c+ mode a FETCH NEXT / OFFSET approach.
Namespace:
SD.LLBLGen.Pro.DQE.Oracle
Assemblies:
SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.9.0.0 (5.9.0)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntax public static bool AlwaysUseRowNumBasedPaging
Public Shared AlwaysUseRowNumBasedPaging As Boolean
Field Value
Type:
BooleanSee Also