Pivot<TInput>.PivotDuplicate

Class Pivot<TInput>.PivotDuplicate

Information about duplicates that are found in the input data.

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

Properties

NewValue

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

OldValue

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

OutputColumnName

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