Click or drag to resize
EntityCoreTFieldsOnRelatedEntitySet Method
Method which is called at the end of the SetRelatedEntity() routine. Usable to act on the fact that a related entity has been set.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnRelatedEntitySet(
	IEntityCore relatedEntity,
	string fieldName
)

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