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.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 OracleCompatibilityLevel DefaultCompatibilityLevel { get; set; }
Public Shared Property DefaultCompatibilityLevel As OracleCompatibilityLevel
Get
Set
Property Value
Type:
OracleCompatibilityLevelRemarks 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