C# Class Lemon.Transform.MongoDataReader

Inheritance: ITransformDataReader
Mostrar archivo Open project: dream-365/lemon

Public Methods

Method Description
ForEach ( Action forEach ) : void
MongoDataReader ( IMongoCollection collection, string filter ) : MongoDB.Bson

Method Details

ForEach() public method

public ForEach ( Action forEach ) : void
forEach Action
return void

MongoDataReader() public method

public MongoDataReader ( IMongoCollection collection, string filter ) : MongoDB.Bson
collection IMongoCollection
filter string
return MongoDB.Bson