Click or drag to resize

MapReduceOutputOptionsMerge Method (String, String)

A merge map-reduce output options.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public static MapReduceOutputOptions Merge(
	string collectionName,
	string databaseName
)

Parameters

collectionName
Type: SystemString
The name of the collection.
databaseName
Type: SystemString
The name of the database.

Return Value

Type: MapReduceOutputOptions
A merge map-reduce output options.
See Also