Pivot<TInput>.ValueAggregationInput

Class Pivot<TInput>.ValueAggregationInput

Information about the input data that can be aggregated via the CustomValueAggregation.

Inheritance
Pivot<TInput>.ValueAggregationInput
Namespace: ETLBox.DataFlow.Pivot`1
Assembly: ETLBox.dll
Syntax
    public class Pivot<TInput>.ValueAggregationInput

Properties

NewValue

Declaration
    public object NewValue { get; set; }
Property Value
TypeDescription
object

OutputColumnName

Declaration
    public string OutputColumnName { get; set; }
Property Value
TypeDescription
string

PivotValueName

Declaration
    public string PivotValueName { get; set; }
Property Value
TypeDescription
string

PreviousValue

Declaration
    public object PreviousValue { get; set; }
Property Value
TypeDescription
object