Click or drag to resize
EntityCoreTFieldsActiveContext Property
Gets / sets the active context this entity is in. Setting this property is adding the entity to the context, and it will make contained entities be added to the passed in context as well. If the entity 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.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public Context ActiveContext { get; set; }

Property Value

Type: Context

Implements

IActiveContextParticipantActiveContext
See Also