Click or drag to resize
MapReduceLegacyOperationCreateCommand Method
Creates the command.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
protected override BsonDocument CreateCommand(
	SemanticVersion serverVersion
)

Parameters

serverVersion
Type: MongoDB.Driver.Core.MiscSemanticVersion
The server version.

Return Value

Type: BsonDocument
The command.
See Also