DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / SupportGroupBy Method
The GroupBy clause to check if can be executed directly on the GoogleAnalytics server.

In This Topic
    SupportGroupBy Method (C1GoogleAnalyticsCommand)
    In This Topic
    To check whether or not groupby can be executed directly on the GoogleAnalytics server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportGroupBy( _
       ByVal groupby As GroupbyClause _
    ) As Boolean
    protected override bool SupportGroupBy( 
       GroupbyClause groupby
    )

    Parameters

    groupby
    The GroupBy clause to check if can be executed directly on the GoogleAnalytics server.

    Return Value

    A boolean indicating if the groupby clause can be executed directly on the GoogleAnalytics server.
    See Also