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.10.0.0 (5.10.0)
Syntaxprotected void CallSetRelatedEntityDuringDeserialization(
	IEntity2 relatedEntity,
	string navigatorNameRelatedEntity
)
Protected Sub CallSetRelatedEntityDuringDeserialization ( 
	relatedEntity As IEntity2,
	navigatorNameRelatedEntity As String
)
Parameters
- relatedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
The related entity. - navigatorNameRelatedEntity
 - Type: SystemString
The navigator name related entity. 
See Also