Click or drag to resize
EntityCoreTFieldsOnSetRelatedEntityProperty Method
Method which is called in the default clause of the SetRelatedEntityProperty method during the merge process of prefetch path fetches.

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 OnSetRelatedEntityProperty(
	string propertyName,
	IEntityCore entity
)

Parameters

propertyName
Type: SystemString
Name of the property.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Entity to set as an related entity
See Also