GraphTraversal.Limit Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Limit(Int32)

System_CAPS_pubmethod Limit(Scope, Int32)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Limit Method (Int32)

Syntax

public GraphTraversal Limit(
    int limit
)
public:
GraphTraversal^ Limit(
    int limit
)
Public Function Limit (
    limit As Integer
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Limit Method (Scope, Int32)

Syntax

public GraphTraversal Limit(
    Scope scope,
    int limit
)
public:
GraphTraversal^ Limit(
    Scope scope,
    int limit
)
Public Function Limit (
    scope As Scope,
    limit As Integer
) As GraphTraversal

Parameters

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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top