ArcGIS Runtime SDK for Windows Phone - Library Reference
GroupByFieldsForStatistics Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Query Class : GroupByFieldsForStatistics Property

Gets or sets the group by fields for statistics. This field will contain a list of fields to group by during statistic analysis. If an out field is not being used in the OutStatistics calculation it should be placed here. This property works together with OutStatistics.

Syntax

Visual Basic (Declaration) 
Public Property GroupByFieldsForStatistics As IList(Of String)
C# 
public IList<string> GroupByFieldsForStatistics {get; set;}

Property Value

The group by fields for statistics.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.