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.1.0.0 (5.1.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public Context ActiveContext { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public Property ActiveContext As Context
Get
Set
Property Value
Type:
ContextImplements
IActiveContextParticipantActiveContextSee Also