GraphTraversal.Local Method (GraphTraversal)

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Syntax

public GraphTraversal Local(
    GraphTraversal localTraversal
)
public:
GraphTraversal^ Local(
    GraphTraversal^ localTraversal
)
Public Function Local (
    localTraversal As GraphTraversal
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top