Class CollectionUpdateManyOptions
Options for updating multiple documents in a collection.
public sealed class CollectionUpdateManyOptions : CommandOptions
- Inheritance
-
CollectionUpdateManyOptions
- Inherited Members
Properties
Upsert
Whether to insert a new document if the filter does not match any documents.
public bool Upsert { get; set; }