Click or drag to resize
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)
Syntax
protected void SetSingleRelatedEntityNavigator(
	IEntityCore toSet,
	string navigatorNameInRelatedEntity,
	string navigatorNameInThis,
	IEntityCore currentValue,
	bool oppositeNavigatorIsPresent
)

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