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

Namespace:  SD.LLBLGen.Pro.DQE.Firebird
Assembly:  SD.LLBLGen.Pro.DQE.Firebird (in SD.LLBLGen.Pro.DQE.Firebird.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public FirebirdDQEConfiguration SetDefaultCompatibilityLevel(
	FirebirdCompatibilityLevel defaultCompatibilityLevel
)

Parameters

defaultCompatibilityLevel
Type: SD.LLBLGen.Pro.ORMSupportClassesFirebirdCompatibilityLevel

Return Value

Type: FirebirdDQEConfiguration
See Also