Table of Contents

Class FindOneAndReplaceOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a findAndModify command to replace an object.

public class FindOneAndReplaceOptions<TDocument> : FindOneAndReplaceOptions<TDocument, TDocument>

Type Parameters

TDocument

The type of the document and the result.

Inheritance
FindOneAndReplaceOptions<TDocument, TDocument>
FindOneAndReplaceOptions<TDocument>
Inherited Members