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.10.0.0 (5.10.0)
Syntaxprotected void SetSingleRelatedEntityNavigator(
	IEntity2 toSet,
	string navigator
)
Protected Sub SetSingleRelatedEntityNavigator ( 
	toSet As IEntity2,
	navigator As String
)
Parameters
- toSet
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
To set. - navigator
 - Type: SystemString
The navigator name in this. 
See Also