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

In This Topic
    SupportGroupBy Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not groupby can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportGroupBy( _
       ByVal groupby As GroupbyClause _
    ) As Boolean
    protected virtual bool SupportGroupBy( 
       GroupbyClause groupby
    )

    Parameters

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

    Return Value

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