Class MongoDbSource

A data flow source for MonogDb.

Inheritance
object
DataFlowSource<ExpandoObject>
MongoDbSource<ExpandoObject>
MongoDbSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.MongoDb.dll
Syntax
    public class MongoDbSource : MongoDbSource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowComponent, IDataFlowExecutableSource

Constructors

MongoDbSource()

Declaration
    public MongoDbSource()

Implements