Click or drag to resize

CollectionCore<T>.IEntityCollectionCore.Remove Method

Remove given IEntityCore instance from the list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
void IEntityCollectionCore.Remove(
	IEntityCore entityToRemove
)

Parameters

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

Implements

IEntityCollectionCore.Remove(IEntityCore)
See Also