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

In This Topic
    SupportOrderBy Method (C1GoogleAnalyticsCommand)
    In This Topic
    To check whether or not orderby can be executed directly on the GoogleAnalytics server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected override bool SupportOrderBy( 
       IList<OrderbyColumn> orderby
    )

    Parameters

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

    Return Value

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