Click or drag to resize
IEntityCollectionCoreRemove 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.0.0.0 (5.0.0)
Syntax
void Remove(
	IEntityCore entityToRemove
)

Parameters

entityToRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Entity object to remove from list.
See Also