Class DataFrameSource

Inherited Members
Namespace: ETLBox.Analysis
Assembly: ETLBox.Analysis.dll
Syntax
    public class DataFrameSource : DataFrameSource<ExpandoObject>, IDataFlowLogging, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask

Constructors

DataFrameSource()

Declaration
    public DataFrameSource()

DataFrameSource(DataFrame)

Declaration
    public DataFrameSource(DataFrame dataFrame)
Parameters
TypeNameDescription
DataFramedataFrame

Implements