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.6.0.0 (5.6.19.0117)
Syntax public static void ConfigureDQE<TDQEConfig>(
Action<TDQEConfig> configureFunc
)
where TDQEConfig : DQEConfigurationBase
Public Shared Sub ConfigureDQE(Of TDQEConfig As DQEConfigurationBase) (
configureFunc As Action(Of TDQEConfig)
)
Parameters
- configureFunc
- Type: SystemActionTDQEConfig
Type Parameters
- TDQEConfig
See Also