C# Class MongoDB.Results.MapReduceResult

Mostra file Open project: oz-systems/mongodb-csharp Class Usage Examples

Public Methods

Method Description
MapReduceResult ( Document result ) : System

Initializes a new instance of the MapReduceResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

MapReduceResult() public method

Initializes a new instance of the MapReduceResult class.
public MapReduceResult ( Document result ) : System
result Document The result.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string