[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportGroupBy

SupportGroupBy Method

SupportGroupBy(GroupbyClause)

Checks whether the passed groupby can or cannot be executed on the server.

Declaration
protected override bool SupportGroupBy(GroupbyClause groupby)
Parameters
Type Name Description
GroupbyClause groupby

The GROUP BY clause to be checked.

Returns
Type Description
bool

A boolean indicating if the passed groupby can be executed.

Overrides