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.8.0.0 (5.8.21.0111)
Syntax
protected void SilentRemove(
	T toRemove
)

Parameters

toRemove
Type: T
To remove.
See Also