Class VoidDestination

This destination serves as a recycle bin for data that is not supposed to go into any other destination. Every records in the dataflow needs to enter any kind of destination in order to have a dataflow completed. Use this target for data that you don't want to use in a destination, but you still want your dataflow to complete property.

Inheritance
object
DataFlowDestination<ExpandoObject>
VoidDestination<ExpandoObject>
VoidDestination
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.dll
Syntax
    public class VoidDestination : VoidDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent

Constructors

VoidDestination()

Declaration
    public VoidDestination()

Implements