DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportGroupBy Method
The GROUP BY clause to be checked.

In This Topic
    SupportGroupBy Method (C1ODataCommand)
    In This Topic
    Checks whether the passed groupby can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportGroupBy( _
       ByVal groupby As GroupbyClause _
    ) As Boolean
    protected override bool SupportGroupBy( 
       GroupbyClause groupby
    )

    Parameters

    groupby
    The GROUP BY clause to be checked.

    Return Value

    A boolean indicating if the passed groupby can be executed.
    See Also