DataFlow.DuplicateColumn(Dictionary<String,String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.