RelationshipEdgeGetStartNavigatorAsObject Method |
Gets the start 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 GetStartNavigatorAsObject()
Public Function GetStartNavigatorAsObject As Navigator
Return Value
Type:
Navigatorthe start 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