| 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static DependencyInjectionConfigInformation ConfigInformation
Public Shared ConfigInformation As DependencyInjectionConfigInformation
Field Value
Type: 
DependencyInjectionConfigInformation
RemarksIs 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