DependencyInjectionInfoAttributeContextType Property  | 
 
            Gets / sets contextType. ContextType is the specification of what kind of instance is injected: a shared instance (Singleton) or a new instance each time
            an injection has to be made (NewInstancePerTarget, default).
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic DependencyInjectionContextType ContextType { get; set; }Public Property ContextType As DependencyInjectionContextType
	Get
	Set
Property Value
Type: 
DependencyInjectionContextType
See Also