This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStatisticsRequest Interface > IStatisticsRequest.GroupByFields Property (ArcObjects .NET 10.4 SDK) |
Comma-separated list of GROUP BY fields.
[Visual Basic .NET] Public Property GroupByFields As String
[C#] public string GroupByFields {get; set;}
[C++]
HRESULT get_GroupByFields(
BSTR* GroupByFields
);
[C++]
HRESULT put_GroupByFields(
BSTR GroupByFields
);
[C++]
Parameters GroupByFields [out, retval] GroupByFields is a parameter of type BSTR GroupByFields [in] GroupByFields is a parameter of type BSTR
If GroupByFields is specified, statistics will be calculated separately for each unique attribute value. The output record will contain only one record if no GroupByFields is specified. If one is specified, there will be one record for each GroupByFields value.