This documentation is archived and is not being maintained.
GroupByBehavior Enumeration
Visual Studio 2010
Specifies the relationship between the columns in a GROUP BY clause and the non-aggregated columns in the select-list of a SELECT statement.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| Unknown | The support for the GROUP BY clause is unknown. | |
| NotSupported | The GROUP BY clause is not supported. | |
| 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. | |
| MustContainAll | The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list. | |
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: