Click or drag to resize
SQLServerDQEConfigurationSetDefaultCompatibilityLevel Method
Sets the default compatibility level to use by the DQE, overriding the default set inside the DQE.

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 SQLServerDQEConfiguration SetDefaultCompatibilityLevel(
	SqlServerCompatibilityLevel compatibilityLevel
)

Parameters

compatibilityLevel
Type: SD.LLBLGen.Pro.ORMSupportClassesSqlServerCompatibilityLevel

Return Value

Type: SQLServerDQEConfiguration
See Also