C# Class MongoDB.Driver.MapReduce

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

Public Methods

Method Description
Dispose ( ) : void
Execute ( ) : MapReduce

Private Methods

Method Description
MapReduce ( Database db, string name ) : System
TryModify ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( ) : MapReduce
return MapReduce