UpdateFlags Enumeration |
Namespace: MongoDB.Driver
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
Upsert | 1 | If document doesn't exist then do an Insert. | |
Multi | 2 | Update all matching documents (instead of just one). |
Copyright Β© 2010βpresent MongoDB Inc.