'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.