C# Class MongoDB.Driver.MapReduce

A fluent interface for executing a Map/Reduce call against a collection.
Inheritance: IDisposable
Afficher le fichier Open project: sdether/mongodb-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Execute ( ) : MapReduce

Private Methods

Méthode Description
MapReduce ( Database db, string name ) : System
TryModify ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : MapReduce
Résultat MapReduce