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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected void SilentRemove(
T toRemove
)
Protected Sub SilentRemove (
toRemove As T
)
Parameters
- toRemove
- Type: T
To remove.
See Also