[]
Virtual method to check whether or not groupby can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportGroupBy(GroupbyClause groupby)
Protected Overridable Function SupportGroupBy(groupby As GroupbyClause) As Boolean
| Type | Name | Description |
|---|---|---|
| GroupbyClause | groupby | The GroupBy clause to check if can be executed directly on the server. |
| Type | Description |
|---|---|
| bool | A boolean indicating if the |