Interface IDataFlowStreamSource<TOutput>
Implemented by data flow sources that allow reading data from a stream source
Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public interface IDataFlowStreamSource<TOutput> : IDataFlowExecutableSource<TOutput>, IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowComponent, IDataFlowExecutableSource, IDataFlowStreamSource
Type Parameters
Name | Description |
---|---|
TOutput | Type of outgoing data |