| IAuditor.AuditDereferenceOfRelatedEntity Method  | 
            Audits the successful dereference of related entity from the entity passed in. 
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxvoid AuditDereferenceOfRelatedEntity(
	IEntityCore entity,
	IEntityCore relatedEntity,
	string mappedFieldName
)
Sub AuditDereferenceOfRelatedEntity ( 
	entity As IEntityCore,
	relatedEntity As IEntityCore,
	mappedFieldName As String
)
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The entity of which the related entity was dereferenced from. - relatedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The related entity which was dereferenced from entity - mappedFieldName
 - Type: System.String
Name of the mapped field onto the relation from entity to related entity for which the related entity was dereferenced. 
See Also