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.5.0.0 (5.5.18.1019)
Syntax
void Remove(
	IEntity2 entityToRemove
)

Parameters

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