Click or drag to resize

EntityCollectionBaseTEntityIEntityCollectionRemove 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.9.0.0 (5.9.0)
Syntax
void IEntityCollection.Remove(
	IEntity entityToRemove
)

Parameters

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

Implements

IEntityCollectionRemove(IEntity)
See Also