DependencyInjectionDiscoveryInformationConfigInformation Field |
Set this object to an instance of DependencyInjectionConfigInformation with the assemblies / namespace fragments as if it was loaded from the
config file. If you need information read from the config file, leave this field to null / Nothing (default) so it will signal the
DependencyInjectionInfoProvider to read the config file for additional information instead.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static DependencyInjectionConfigInformation ConfigInformation
Public Shared ConfigInformation As DependencyInjectionConfigInformation
Field Value
Type:
DependencyInjectionConfigInformationRemarks Is initially null. Only set this field to a value if you don't use the config file to specify additional dependency injection
information and assemblies.
See Also