Click or drag to resize
IEntityCollection2Remove Method (IEntity2)
Remove given IEntity2 instance 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(
	IEntity2 entityToRemove
)

Parameters

entityToRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 object to remove from list.
See Also