| CollectionCoreTPlaceInRemovedEntitiesTracker 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.3.0.0 (5.3.0)
Syntaxprotected abstract void PlaceInRemovedEntitiesTracker(
	T item
)
Protected MustOverride Sub PlaceInRemovedEntitiesTracker ( 
	item As T
)
Parameters
- item
 - Type: T
The item to add to the tracker. 
See Also