Click or drag to resize

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.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
public static bool AlwaysUseRowNumBasedPaging

Field Value

Type: Boolean
See Also