Click or drag to resize
DynamicQueryEngineCompatibilityLevel Property
The per-instance compatibility level used by this DQE instance. Default is the one set globally, which is by default SqlServer2005 (for 2005+). Compatibility level influences the query generated for paging, sequence name (@@IDENTITY/SCOPE_IDENTITY()), and usage of newsequenceid() in inserts. It also influences the ado.net provider to use. This way you can switch between SqlServer server client 'SqlClient' and SqlServer CE Desktop.

Namespace:  SD.LLBLGen.Pro.DQE.SqlServer
Assembly:  SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public SqlServerCompatibilityLevel CompatibilityLevel { get; set; }

Property Value

Type: SqlServerCompatibilityLevel
See Also