Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public Navigator GetStartNavigatorAsObject()

Return Value

Type: Navigator
the 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