GraphTraversal.Limit Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
Limit(Int32) | |
![]() |
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
- limit
Type: System.Int32
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
- limit
Type: System.Int32
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)