GraphTraversal.AddE Method

 

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

Overload List

Name Description
System_CAPS_pubmethod AddE()

System_CAPS_pubmethod AddE(String)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.AddE Method ()

Syntax

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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.AddE Method (String)

Syntax

public GraphTraversal AddE(
    string edgeLabel
)
public:
GraphTraversal^ AddE(
    String^ edgeLabel
)
Public Function AddE (
    edgeLabel As String
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top