Click or drag to resize
DependencyInjectionInfoProviderSingletonPerformDependencyInjection Method
Performs the dependency injection of the objects to inject into the target specified.

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 PerformDependencyInjection(
	Object injectionTarget
)

Parameters

injectionTarget
Type: SystemObject
The target to inject objects in.
See Also