GraphTraversal.Group Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
Group() | |
![]() |
Group(String) |
See Also
GraphTraversal Class
Microsoft.Azure.Graphs Namespace
Return to top
GraphTraversal.Group Method ()
Syntax
public GraphTraversal Group()
public:
GraphTraversal^ Group()
Public Function Group As GraphTraversal
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
GraphTraversal.Group Method (String)
Syntax
public GraphTraversal Group(
string sideEffectKey
)
public:
GraphTraversal^ Group(
String^ sideEffectKey
)
Public Function Group (
sideEffectKey As String
) As GraphTraversal
Parameters
- sideEffectKey
Type: System.String
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)