Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void Remove(
	TEntity toRemove
)

Parameters

toRemove
Type: TEntity
To remove.
See Also