Click or drag to resize

EntityBaseSetSingleRelatedEntityNavigator 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.5.0.0 (5.5.18.1019)
Syntax
protected void SetSingleRelatedEntityNavigator(
	IEntity toSet,
	string navigator
)

Parameters

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