RelationshipEdgeGetEndNavigatorAsObject Method |
Gets the end navigator string as Navigator object.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public Navigator GetEndNavigatorAsObject()
Public Function GetEndNavigatorAsObject As Navigator
Return Value
Type:
Navigatorthe end navigator string wrapped as a Navigator object
Remarks Will also return a Navigator object if the navigator string is empty (which means the navigator isn't defined)
See Also