Title here
Summary here
This attribute is used to identify the aggregation property for aggregations.
Sets the property name in the aggregation output object and the aggregation method
Type | Name | Description |
---|---|---|
string | inputValuePropName | Property name in the input object that contains the detailed values. |
AggregationMethod | aggregationMethod | Method for the aggregation (e.g. Sum, Min, Max, etc.) |
Property name that holds the aggregated value in the output object
Type | Description |
---|---|
string |
Method for the aggregation (e.g. Sum, Min, Max, etc.)
Type | Description |
---|---|
AggregationMethod |
Type | Description |
---|---|
Func<object, object, object> |
Property name in the input object that contains the detailed values.
Type | Description |
---|---|
string |
Type | Description |
---|---|
Predicate<object> |