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.1.0.0 (5.1.0)
Syntax protected virtual void OnSetRelatedEntityProperty(
string propertyName,
IEntityCore entity
)
Protected Overridable Sub OnSetRelatedEntityProperty (
propertyName As String,
entity As IEntityCore
)
Parameters
- propertyName
- Type: SystemString
Name of the property. - entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Entity to set as an related entity
See Also