GraphTraversal.E Method

 

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

Overload List

Name Description
System_CAPS_pubmethod E()

System_CAPS_pubmethod E(List<Object>)

System_CAPS_pubmethod 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

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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top