Class Sort
Sorts the incoming data with by the given comparison function. This is a blocking transformation - no output will be produced until all input data has arrived in the transformation.
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
Sort<System.Dynamic.ExpandoObject>
Sort
Implements
IDataFlowSource<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Transformations
Assembly: ETLBox.dll
Syntax
public class Sort : Sort<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
Sort()
Declaration
public Sort()
Sort(Comparison<ExpandoObject>)
Declaration
public Sort(Comparison<ExpandoObject> sortFunction)
Parameters
Type | Name | Description |
---|---|---|
System.Comparison<System.Dynamic.ExpandoObject> | sortFunction |