EntityCollectionBase2TEntityRemovedEntitiesTracker Property |
Gets or sets the entity collection which should be used as removed entities tracker. If this property is set to an IEntityCollection2 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 IEntityCollection2 RemovedEntitiesTracker { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public Property RemovedEntitiesTracker As IEntityCollection2
Get
Set
Property Value
Type:
IEntityCollection2Implements
IEntityCollection2RemovedEntitiesTrackerSee Also