robbiblubber.org |
show wiki show source compare to current compare to previous read history getCollection()MongoDB Driver Function Reference Gets a collection by its name. db.getCollection("col") can be substituted by using db.col.
Arguments
Return Value
Example
Gets the employees collection and calls the find() method on the collection. home | MongoDB Driver Function Reference | MongoDB Driver |