IActiveContextParticipantActiveContext Property  | 
 
            Gets / sets the active context this object is in. Setting this property is not adding the object to the context, it will make contained
            entities be added to the passed in context. If the object is already in a context, setting this property has no effect. 
            Setting this property is done by framework code, use the Context's Add/Get methods to work with contexts and entities.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxContext ActiveContext { get; set; }Property ActiveContext As Context
	Get
	Set
Property Value
Type: 
Context
See Also