GraphCommand.g Method ()

 

This method is named g() to mimic Gremlin.

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

Syntax

public GraphTraversal g()
public:
GraphTraversal^ g()
Public Function g As GraphTraversal

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

See Also

GraphCommand Class
Microsoft.Azure.Graphs Namespace

Return to top