RelationshipEdgeGetStartNavigatorAsObject Method |
Gets the start navigator string as Navigator object.
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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