MapReduceOutputOptionsReplace Method (String, String) | 
 
            A replace map-reduce output options.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic static MapReduceOutputOptions Replace(
	string collectionName,
	string databaseName
)
Public Shared Function Replace ( 
	collectionName As String,
	databaseName As String
) As MapReduceOutputOptions
static member Replace : 
        collectionName : string * 
        databaseName : string -> MapReduceOutputOptions 
Parameters
- collectionName
 - Type: SystemString
The name of the collection. - databaseName
 - Type: SystemString
Name of the database. 
Return Value
Type: 
MapReduceOutputOptionsA replace map-reduce output options.
See Also