Click or drag to resize

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

Return Value

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