We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d110f commit a2d9131Copy full SHA for a2d9131
docs/classes/collection.md
@@ -57,6 +57,7 @@ writeConcern (MongoDB\Driver\WriteConcern)
57
### See Also
58
59
* [MongoDB\Collection::withOptions()](#withoptions)
60
+ * [MongoDB\Database::selectCollection()](database.md#selectcollection)
61
62
---
63
@@ -411,6 +412,7 @@ object(MongoDB\Model\BSONDocument)#11 (1) {
411
412
413
414
415
+ * [MongoDB\Database::dropCollection()](database.md#dropcollection)
416
* [MongoDB Manual: drop command](https://docs.mongodb.org/manual/reference/command/drop/)
417
418
0 commit comments