Click or drag to resize
RuntimeConfigurationConfigureDQETDQEConfig Method
Configures the Dynamic Query Engine which DQEConfigurationBase derived type has been specified using the specified configureFunc. An instance of TDQEConfig is passed to configureFunc after which its contents is passed to the associated Dynamic Query Engine.

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 static void ConfigureDQE<TDQEConfig>(
	Action<TDQEConfig> configureFunc
)
where TDQEConfig : DQEConfigurationBase

Parameters

configureFunc
Type: SystemActionTDQEConfig

Type Parameters

TDQEConfig
See Also