Click or drag to resize
IEntityCollectionRemove Method (IEntity)
Remove given IEntity from the list.

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
void Remove(
	IEntity entityToRemove
)

Parameters

entityToRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity object to remove from list.
See Also