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