Click or drag to resize
ReplaceOneModelTDocument Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public ReplaceOneModel(
	FilterDefinition<TDocument> filter,
	TDocument replacement
)

Parameters

filter
Type: MongoDB.DriverFilterDefinitionTDocument
The filter.
replacement
Type: TDocument
The replacement.
See Also