Table of Contents

Class FindOneAndDeleteOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a findAndModify command to delete an object.

public class FindOneAndDeleteOptions<TDocument> : FindOneAndDeleteOptions<TDocument, TDocument>

Type Parameters

TDocument

The type of the document and the result.

Inheritance
FindOneAndDeleteOptions<TDocument, TDocument>
FindOneAndDeleteOptions<TDocument>
Inherited Members