Click or drag to resize

EntityCollectionBase<TEntity>.IEntityCollection.Remove Method

Remove given IEntity from the list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
void IEntityCollection.Remove(
	IEntity entityToRemove
)

Parameters

entityToRemove
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntity
Entity object to remove from list.

Implements

IEntityCollection.Remove(IEntity)
See Also