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