Click or drag to resize

CollectionCoreTSilentRemove Method

Removes the passed in entity from the collection without notifying the entity to remove that it has been removed from this collection.

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
protected void SilentRemove(
	T toRemove
)

Parameters

toRemove
Type: T
To remove.
See Also