EntityViewBaseTEntityRemove Method  | 
 
            Removes the specified entity from the related collection, if the entity is in the view.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual void Remove(
	TEntity toRemove
)
Protected Overridable Sub Remove ( 
	toRemove As TEntity
)
Parameters
- toRemove
 - Type: TEntity
To remove. 
See Also