C# Class Lemon.Transform.MongoDataReader

Inheritance: ITransformDataReader
Afficher le fichier Open project: dream-365/lemon

Méthodes publiques

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

Method Details

ForEach() public méthode

public ForEach ( Action forEach ) : void
forEach Action
Résultat void

MongoDataReader() public méthode

public MongoDataReader ( IMongoCollection collection, string filter ) : MongoDB.Bson
collection IMongoCollection
filter string
Résultat MongoDB.Bson