DataFlow.RenameColumns(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.
Renames the specified columns.
public:
Microsoft::DataPrep::Common::DataFlow ^ RenameColumns(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ columnPairs);
public Microsoft.DataPrep.Common.DataFlow RenameColumns(System.Collections.Generic.Dictionary<string,string> columnPairs);
member this.RenameColumns : System.Collections.Generic.Dictionary<string, string> -> Microsoft.DataPrep.Common.DataFlow
Public Function RenameColumns (columnPairs As Dictionary(Of String, String)) As DataFlow
Parameters
- columnPairs
- Dictionary<String,String>
The columns to rename and the desired new names.