Click or drag to resize
MapReduceResult.GetResults Method
Gets the results (either inline or fetched from the output collection).

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public IEnumerable<BsonDocument> GetResults()

Return Value

Type: IEnumerable<BsonDocument>
The documents.
See Also