Property IsMulti
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
IsMulti
Gets or sets a value indicating whether this update should affect all matching documents.
public bool IsMulti { get; set; }
Property Value
- bool
true
if this update should affect all matching documents; otherwise,false
.