DataFlow.Sort(List<Tuple<String,Boolean>>) 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.
Sorts the dataset by the specified columns.
public:
Microsoft::DataPrep::Common::DataFlow ^ Sort(System::Collections::Generic::List<Tuple<System::String ^, bool> ^> ^ sortOrder);
public Microsoft.DataPrep.Common.DataFlow Sort(System.Collections.Generic.List<Tuple<string,bool>> sortOrder);
member this.Sort : System.Collections.Generic.List<string * bool> -> Microsoft.DataPrep.Common.DataFlow
Public Function Sort (sortOrder As List(Of Tuple(Of String, Boolean))) As DataFlow
Parameters
The columns to sort by and whether to sort ascending or descending. True is treated as descending, false as ascending.