EntityCoreTFieldsOnAuditReferenceOfRelatedEntity Method  | 
 
            Audits the successful reference of related entity from the entity passed in.
            
 
    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)
Syntaxprotected virtual void OnAuditReferenceOfRelatedEntity(
	IEntityCore relatedEntity,
	string mappedFieldName
)
Protected Overridable Sub OnAuditReferenceOfRelatedEntity ( 
	relatedEntity As IEntityCore,
	mappedFieldName As String
)
Parameters
- relatedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The related entity which was dereferenced from entity - mappedFieldName
 - Type: SystemString
Name of the mapped field onto the relation from entity to related entity for which the related entity was referenced. 
See Also