[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportGroupBy

SupportGroupBy Method

SupportGroupBy(GroupbyClause)

Virtual method to check whether or not groupby can be executed directly on the server pointed by the connection used by this command.

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

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

Returns
Type Description
bool

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