MapReduceOperationBaseCreateCommand Method |
Creates the command.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax protected virtual BsonDocument CreateCommand(
SemanticVersion serverVersion
)
Protected Overridable Function CreateCommand (
serverVersion As SemanticVersion
) As BsonDocument
abstract CreateCommand :
serverVersion : SemanticVersion -> BsonDocument
override CreateCommand :
serverVersion : SemanticVersion -> BsonDocument
Parameters
- serverVersion
- Type: MongoDB.Driver.Core.MiscSemanticVersion
The server version.
Return Value
Type:
BsonDocumentThe command.
See Also