Click or drag to resize

ReplaceOneModel<TDocument> Properties

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

Properties
  NameDescription
Public propertyCollation
Gets or sets the collation.
Public propertyFilter
Gets the filter.
Public propertyIsUpsert
Gets or sets a value indicating whether to insert the document if it doesn't already exist.
Public propertyModelType
Gets the type of the model.
(Overrides WriteModel<TDocument>.ModelType.)
Public propertyReplacement
Gets the replacement.
Top
See Also