Table of Contents

Class FindOneAndUpdateOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a findAndModify command to update an object.

public class FindOneAndUpdateOptions<TDocument> : FindOneAndUpdateOptions<TDocument, TDocument>

Type Parameters

TDocument

The type of the document and the result.

Inheritance
FindOneAndUpdateOptions<TDocument, TDocument>
FindOneAndUpdateOptions<TDocument>
Inherited Members