Click or drag to resize

FindOneAndUpdateOptionsTDocument, TProjection Properties

The FindOneAndUpdateOptionsTDocument, TProjection generic type exposes the following members.

Properties
  NameDescription
Public propertyArrayFilters
Gets or sets the array filters.
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
Public propertyCollation
Gets or sets the collation.
Public propertyIsUpsert
Gets or sets a value indicating whether to insert the document if it doesn't already exist.
Public propertyMaxTime
Gets or sets the maximum time.
Public propertyProjection
Gets or sets the projection.
Public propertyReturnDocument
Gets or sets which version of the document to return.
Public propertySort
Gets or sets the sort.
Top
See Also