Title here
Summary here
public class PivotAggregationResult
public PivotAggregationResult(string pivotValueColumn, object aggregatedValue)
Type | Name | Description |
---|---|---|
string | pivotValueColumn | |
object | aggregatedValue |
public object AggregatedValue { get; set; }
Type | Description |
---|---|
object |
public string PivotValueColumn { get; set; }
Type | Description |
---|---|
string |