EntityCollectionBaseTEntityPlaceInRemovedEntitiesTracker Method |
Places the item in the set RemovedEntitiesTracker.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override void PlaceInRemovedEntitiesTracker(
TEntity item,
bool forcePlacement
)
Protected Overrides Sub PlaceInRemovedEntitiesTracker (
item As TEntity,
forcePlacement As Boolean
)
Parameters
- item
- Type: TEntity
The item to add to the tracker. - forcePlacement
- Type: SystemBoolean
if true, it will skip checks and always add the item to the tracker
See Also