| EntityCoreTFieldsOnRelatedEntityUnset Method  | 
 
            Method which is called at the end of the UnsetRelatedEntity() routine. Usable to act on the fact that an entity has been 
            dereferenced as a related entity by the containing entity.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual void OnRelatedEntityUnset(
	IEntityCore relatedEntity,
	string fieldName
)
Protected Overridable Sub OnRelatedEntityUnset ( 
	relatedEntity As IEntityCore,
	fieldName As String
)
Parameters
- relatedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The related entity. - fieldName
 - Type: SystemString
Name of the field mapped onto the relation which resolves to the instance relatedEntity 
See Also