DataFlow.Sort(List<Tuple<String,Boolean>>) Method

Definition

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

sortOrder
List<Tuple<String,Boolean>>

The columns to sort by and whether to sort ascending or descending. True is treated as descending, false as ascending.

Returns

Applies to