Click or drag to resize

EntityCollectionBase2TEntityIEntityCollection2Remove Method

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.9.0.0 (5.9.0)
Syntax
void IEntityCollection2.Remove(
	IEntity2 entityToRemove
)

Parameters

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

Implements

IEntityCollection2Remove(IEntity2)
See Also