| EntityCollectionBase2TEntityPlaceInRemovedEntitiesTracker 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.1.0.0 (5.1.0)
Syntaxprotected override void PlaceInRemovedEntitiesTracker(
	TEntity item
)
Protected Overrides Sub PlaceInRemovedEntitiesTracker ( 
	item As TEntity
)
Parameters
- item
 - Type: TEntity
The item to add to the tracker. 
See Also