MongoCollectionRemove Method |
Name | Description | |
---|---|---|
Remove(IMongoQuery) |
Removes documents from this collection that match a query.
| |
Remove(RemoveArgs) |
Removes documents from this collection that match a query.
| |
Remove(IMongoQuery, RemoveFlags) |
Removes documents from this collection that match a query.
| |
Remove(IMongoQuery, WriteConcern) |
Removes documents from this collection that match a query.
| |
Remove(IMongoQuery, RemoveFlags, WriteConcern) |
Removes documents from this collection that match a query.
|