Click or drag to resize

EntityBase2CallSetRelatedEntityDuringDeserialization Method

Calls the SetRelatedEntity method on the related entity specified during fast serialization. Used in 1:1 properties of generated entities in the deserialization branch of the setter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected void CallSetRelatedEntityDuringDeserialization(
	IEntity2 relatedEntity,
	string navigatorNameRelatedEntity
)

Parameters

relatedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
The related entity.
navigatorNameRelatedEntity
Type: SystemString
The navigator name related entity.
See Also