EntityCollectionBase2TEntityPerformUnsetRelatedEntity Method  | 
 
            Performs the unset related entity action on the passed in entity. This action is delegated to an inheritor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected override void PerformUnsetRelatedEntity(
	TEntity entity
)
Protected Overrides Sub PerformUnsetRelatedEntity ( 
	entity As TEntity
)
Parameters
- entity
 - Type: TEntity
The entity to perform the unsetrelated entity action on. 
See Also