GroupByBehavior Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the relationship between the columns in a GROUP BY clause and the non-aggregated columns in the select-list of a SELECT statement.
Namespace: System.Data.Common
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
| Member name | Description | |
|---|---|---|
| ExactMatch | The GROUP BY clause must contain all nonaggregated columns in the select list, and must not contain other columns not in the select list. | |
| MustContainAll | The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list. | |
| NotSupported | The GROUP BY clause is not supported. | |
| Unknown | The support for the GROUP BY clause is unknown. | |
| Unrelated | There is no relationship between the columns in the GROUP BY clause and the nonaggregated columns in the SELECT list. You may group by any column. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: