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.6.0.0 (5.6.19.0117)
Syntax protected void SetSingleRelatedEntityNavigator(
IEntity toSet,
string navigator
)
Protected Sub SetSingleRelatedEntityNavigator (
toSet As IEntity,
navigator As String
)
Parameters
- toSet
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
To set. - navigator
- Type: SystemString
The navigator name in this.
See Also