Click or drag to resize

EntityBase2SetSingleRelatedEntityNavigator 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.9.0.0 (5.9.0)
Syntax
protected void SetSingleRelatedEntityNavigator(
	IEntity2 toSet,
	string navigator
)

Parameters

toSet
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
To set.
navigator
Type: SystemString
The navigator name in this.
See Also