Click or drag to resize

MongoCollectionRemove Method

Overload List
  NameDescription
Public methodRemove(IMongoQuery)
Removes documents from this collection that match a query.
Public methodRemove(RemoveArgs)
Removes documents from this collection that match a query.
Public methodRemove(IMongoQuery, RemoveFlags)
Removes documents from this collection that match a query.
Public methodRemove(IMongoQuery, WriteConcern)
Removes documents from this collection that match a query.
Public methodRemove(IMongoQuery, RemoveFlags, WriteConcern)
Removes documents from this collection that match a query.
Top
See Also