Class CustomDestination
Define your own destination block. This block accepts all data from the flow and sends each incoming row to your custom Action, along with a count of processed rows.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
CustomDestination<System.Dynamic.ExpandoObject>
CustomDestination
Implements
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.Connectors
Assembly: ETLBox.dll
Syntax
public class CustomDestination : CustomDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
CustomDestination()
Declaration
public CustomDestination()
CustomDestination(Action<ExpandoObject, Int32>)
Declaration
public CustomDestination(Action<ExpandoObject, int> writeAction)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Dynamic.ExpandoObject, System.Int32> | writeAction |