GraphTraversal.E Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
E() | |
![]() |
E(List<Object>) | |
![]() |
E(Object[]) |
See Also
GraphTraversal Class
Microsoft.Azure.Graphs Namespace
Return to top
GraphTraversal.E Method ()
Syntax
public GraphTraversal E()
public:
GraphTraversal^ E()
Public Function E As GraphTraversal
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
GraphTraversal.E Method (List<Object>)
Syntax
public GraphTraversal E(
List<object> edgeIdsOrElements
)
public:
GraphTraversal^ E(
List<Object^>^ edgeIdsOrElements
)
Public Function E (
edgeIdsOrElements As List(Of Object)
) As GraphTraversal
Parameters
- edgeIdsOrElements
Type: System.Collections.Generic.List<Object>
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
GraphTraversal.E Method (Object[])
Syntax
public GraphTraversal E(
params object[] edgeIdsOrElements
)
public:
GraphTraversal^ E(
... array<Object^>^ edgeIdsOrElements
)
Public Function E (
ParamArray edgeIdsOrElements As Object()
) As GraphTraversal
Parameters
- edgeIdsOrElements
Type: System.Object[]
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)