EntityCollectionBaseTEntityRemovedEntitiesTracker Property |
Gets or sets the entity collection which should be used as removed entities tracker. If this property is set to an IEntityCollection instance,
all entities which are removed from this collection are marked for deletion and placed in this removed entities tracker collection.
This collection can then later on be used to delete these entities from the database in one go.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public IEntityCollection RemovedEntitiesTracker { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public Property RemovedEntitiesTracker As IEntityCollection
Get
Set
Property Value
Type:
IEntityCollectionImplements
IEntityCollectionRemovedEntitiesTrackerSee Also