Click or drag to resize

FindOneAndDeleteOptions<TDocument> Properties

The FindOneAndDeleteOptions<TDocument> generic type exposes the following members.

Properties
  NameDescription
Public propertyCollation
Gets or sets the collation.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertyComment
Gets or sets the comment.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertyHint
Gets or sets the hint.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertyLet
Gets or sets the let document.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertyMaxTime
Gets or sets the maximum time.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertyProjection
Gets or sets the projection.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Public propertySort
Gets or sets the sort.
(Inherited from FindOneAndDeleteOptions<TDocument, TProjection>.)
Top
See Also