GraphTraversal.Until Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Until(GraphTraversal)

System_CAPS_pubmethod Until(Predicate)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Until Method (GraphTraversal)

Syntax

public GraphTraversal Until(
    GraphTraversal untilTraversal
)
public:
GraphTraversal^ Until(
    GraphTraversal^ untilTraversal
)
Public Function Until (
    untilTraversal As GraphTraversal
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Until Method (Predicate)

Syntax

public GraphTraversal Until(
    Predicate untilPredicate
)
public:
GraphTraversal^ Until(
    Predicate^ untilPredicate
)
Public Function Until (
    untilPredicate As Predicate
) As GraphTraversal

Parameters

  • untilPredicate
    Type: Microsoft.Azure.Graphs.Translator.Predicate

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top