Title here
Summary here
Information about the input data that can be aggregated via the CustomValueAggregation.
public class Pivot<TInput>.ValueAggregationInput
public object NewValue { get; set; }
Type | Description |
---|---|
object |
public string OutputColumnName { get; set; }
Type | Description |
---|---|
string |
public string PivotValueName { get; set; }
Type | Description |
---|---|
string |
public object PreviousValue { get; set; }
Type | Description |
---|---|
object |