[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoCommand.SupportGroupBy

SupportGroupBy Method

SupportGroupBy(GroupbyClause)

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

Declaration
protected override bool SupportGroupBy(GroupbyClause groupby)
Protected Overrides Function SupportGroupBy(groupby As GroupbyClause) As Boolean
Parameters
Type Name Description
GroupbyClause groupby

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

Returns
Type Description
bool

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

Overrides