DataFlow.DuplicateColumn(Dictionary<String,String>) Method

Definition

Creates new columns that are duplicates of the specified source columns.

public:
 Microsoft::DataPrep::Common::DataFlow ^ DuplicateColumn(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ columnPairs);
public Microsoft.DataPrep.Common.DataFlow DuplicateColumn(System.Collections.Generic.Dictionary<string,string> columnPairs);
member this.DuplicateColumn : System.Collections.Generic.Dictionary<string, string> -> Microsoft.DataPrep.Common.DataFlow
Public Function DuplicateColumn (columnPairs As Dictionary(Of String, String)) As DataFlow

Parameters

columnPairs
Dictionary<String,String>

Mapping of the columns to duplicate to their new names.

Returns

Applies to