Click or drag to resize
OracleCompatibilityLevel Enumeration
Enum for compatibility level in the Oracle DQEs (ODP.NET and MS Oracle)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum OracleCompatibilityLevel
Members
  Member nameValueDescription
Oracle9i10g11g0 Compatibility is set to a level which generates sql compatible with 9i, 10g and 11g. Default.
Oracle12c1 Compatibility is set to a level which generates sql compatible with 12c and up.
See Also