[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneCommand.SupportGroupBy

SupportGroupBy Method

SupportGroupBy(GroupbyClause)

To check whether or not groupby can be executed directly on the Kintone server.

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

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

Returns
Type Description
bool

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

Overrides