Class TableSource

A data flow source for Couchbase

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

Constructors

TableSource()

Declaration
    public TableSource()

TableSource(string, string)

Declaration
    public TableSource(string connectionString, string tableName)
Parameters
TypeNameDescription
stringconnectionString
stringtableName

Implements