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.4.0.0 (5.4.0)
Syntax protected virtual void Remove(
TEntity toRemove
)
Protected Overridable Sub Remove (
toRemove As TEntity
)
Parameters
- toRemove
- Type: TEntity
To remove.
See Also