| MongoCollectionRemove Method | 
 Overload List
Overload List| 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.
             | 
 See Also
See Also