Constructor StatisticDefinition
StatisticDefinition(String, StatisticType, Nullable<String>)
Initializes a new instance of the Statistic
Declaration
public StatisticDefinition(string onFieldName, StatisticType statisticType, string? outputAlias)
Parameters
Type | Name | Description |
---|---|---|
String | onFieldName | The name of the field in the table containing values to be used for the statistic. |
Statistic |
statisticType | The statistic to calculate. |
System. |
outputAlias | The optional name for this statistic in the results. |
Remarks
A statistic definition must specify a field name and statistic type. Optionally, you can provide a name for the output statistic result.
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |