GraphTraversal.GroupCount Method

 

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

Overload List

Name Description
System_CAPS_pubmethod GroupCount()

System_CAPS_pubmethod 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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top