| EntityCoreTFieldsSetSingleRelatedEntityNavigator Method  | 
 
            Sets the single related entity navigator to the value (toSet) specified. This isn't done directly, but indirecly by the opposite entity
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected void SetSingleRelatedEntityNavigator(
	IEntityCore toSet,
	string navigatorNameInRelatedEntity,
	string navigatorNameInThis,
	IEntityCore currentValue,
	bool oppositeNavigatorIsPresent
)
Protected Sub SetSingleRelatedEntityNavigator ( 
	toSet As IEntityCore,
	navigatorNameInRelatedEntity As String,
	navigatorNameInThis As String,
	currentValue As IEntityCore,
	oppositeNavigatorIsPresent As Boolean
)
Parameters
- toSet
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
To set. - navigatorNameInRelatedEntity
 - Type: SystemString
The navigator name in related entity. - navigatorNameInThis
 - Type: SystemString
The navigator name in this. - currentValue
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The current value. - oppositeNavigatorIsPresent
 - Type: SystemBoolean
if set to  [opposite navigator is present]. 
See Also