Click or drag to resize

EntityCollectionBase2<TEntity>.IEntityCollection2.Remove 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.11.0.0 (5.11.23.1114)
Syntax
void IEntityCollection2.Remove(
	IEntity2 entityToRemove
)

Parameters

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

Implements

IEntityCollection2.Remove(IEntity2)
See Also