MongoCollectionUpdate Method |
Name | Description | |
---|---|---|
![]() | Update(IMongoQuery, IMongoUpdate) |
Updates one matching document in this collection.
|
![]() | Update(IMongoQuery, IMongoUpdate, MongoUpdateOptions) |
Updates one or more matching documents in this collection (for multiple updates use UpdateFlags.Multi).
|
![]() | Update(IMongoQuery, IMongoUpdate, UpdateFlags) |
Updates one or more matching documents in this collection (for multiple updates use UpdateFlags.Multi).
|
![]() | Update(IMongoQuery, IMongoUpdate, WriteConcern) |
Updates one matching document in this collection.
|
![]() | Update(IMongoQuery, IMongoUpdate, UpdateFlags, WriteConcern) |
Updates one or more matching documents in this collection (for multiple updates use UpdateFlags.Multi).
|