Class FindOneAndDeleteOptions<TDocument, TProjection>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Options for a findAndModify command to delete an object.
public class FindOneAndDeleteOptions<TDocument, TProjection>
Type Parameters
TDocument
The type of the document.
TProjection
The type of the projection (same as TDocument if there is no projection).
Inheritance
FindOneAndDeleteOptions<TDocument, TProjection>
Derived
Inherited Members
Properties
Gets or sets the collation.
Gets or sets the comment.
Gets or sets the hint.
Gets or sets the let document.
Gets or sets the maximum time.
Gets or sets the projection.
Gets or sets the sort.