Click or drag to resize
DynamicQueryEngineDefaultCompatibilityLevel Property
Sets the default compatibility level used by the DQE. Default is Oracle9i10g11g. This is a global setting. Compatibility level influences the query generated for paging and identity sequence usage in inserts.

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.3.0.0 (5.3.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static OracleCompatibilityLevel DefaultCompatibilityLevel { get; set; }

Property Value

Type: OracleCompatibilityLevel
Remarks
Setting this property will overrule a similar setting in the .config file. Don't set this property when queries are executed as it might switch factories for ADO.NET elements which could result in undefined behavior so set this property at startup of your application
See Also