This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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.