GraphTraversal.Both Method (String[])
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public GraphTraversal Both(
params string[] edgeLabels
)
public:
GraphTraversal^ Both(
... array<String^>^ edgeLabels
)
Public Function Both (
ParamArray edgeLabels As String()
) As GraphTraversal
Parameters
- edgeLabels
Type: System.String[]
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
See Also
GraphTraversal Class
Microsoft.Azure.Graphs Namespace
Return to top