GraphTraversal.AddE Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
AddE() | |
![]() |
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
- edgeLabel
Type: System.String
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)