ArcGIS Pro 2.9 API Reference Guide
GroupBy Property (TableStatisticsDescription)

ArcGIS.Core.Data Namespace > TableStatisticsDescription Class : GroupBy Property
Gets or sets a list of Fields to be used for GroupBy during statistics computation.
Syntax
public IReadOnlyList<Field> GroupBy {get; set;}
Public Property GroupBy As IReadOnlyList(Of Field)
Exceptions
ExceptionDescription
The Field input at a specific index in theGroupBy list is null.
Remarks
If the underlying data store does not support SQL (e.g., shapefiles), GroupBy will have no effect on the outcome of the computation.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableStatisticsDescription Class
TableStatisticsDescription Members