MapReduceOperationBaseMapFunction Property |
Gets the map function.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public BsonJavaScript MapFunction { get; }
Public ReadOnly Property MapFunction As BsonJavaScript
Get
member MapFunction : BsonJavaScript with get
Property Value
Type:
BsonJavaScript
The map function.
See Also