ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableStatisticsResult Class / GroupBy Property

In This Topic
    GroupBy Property (TableStatisticsResult)
    In This Topic
    Gets the list of GroupBy results where each KeyValuePair element's Key is a Field used for the GROUP BY and the corresponding Value is the value of the field.
    Syntax
    Remarks
    If the underlying data store does not support SQL (e.g., shapefiles), this list will be empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also