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.4.0.0 (5.4.0)
Syntax protected void SilentRemove(
T toRemove
)
Protected Sub SilentRemove (
toRemove As T
)
Parameters
- toRemove
- Type: T
To remove.
See Also