Class CollectionTarget<TInput>
A dataflow worker with one Input that consumes incoming rows and adds them to
the Rows List<T> collection.
Note: Use the factory methods in CollectionTargetFactory to create instances of this class.
Also note that the collection will use enough memory to hold all incoming rows.
Implements
Inherited Members
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public class CollectionTarget<TInput> : CollectionTarget<TInput, List<TInput>>, IDisposeOnFinished where TInput : class
Type Parameters
| Name | Description |
|---|---|
| TInput | The type of each |
Implements
See Also
CollectionTarget<TInput, TCollection>