Class MemorySource
Define a source based on a generic .NET collection. This could be a List<T> or any other IEnumerable<T>. By default, an empty List<T> is created which can be filled with data.
Inheritance
object
DataFlowSource<ExpandoObject>
DataFlowExecutableSource<ExpandoObject>
MemorySource<ExpandoObject>
MemorySource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public class MemorySource : MemorySource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent
Constructors
MemorySource()
Declaration
public MemorySource()
MemorySource(IList<ExpandoObject>)
Declaration
public MemorySource(IList<ExpandoObject> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<T><ExpandoObject> | data |