GraphTraversal.Order Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Order()

System_CAPS_pubmethod Order(Scope)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Order Method ()

Syntax

public GraphTraversal Order()
public:
GraphTraversal^ Order()
Public Function Order As GraphTraversal

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Order Method (Scope)

Syntax

public GraphTraversal Order(
    Scope scope
)
public:
GraphTraversal^ Order(
    Scope scope
)
Public Function Order (
    scope As Scope
) As GraphTraversal

Parameters

  • scope
    Type: Microsoft.Azure.Graphs.Translator.Enums.Scope

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top