Click or drag to resize
UpdateManyModel<TDocument> Properties

The UpdateManyModel< 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 propertyUpdate
Gets the update.
Top
See Also