Skip to content

db.col(collectionName)

Geoff Cox edited this page Dec 6, 2015 · 1 revision

Usage

db.col(collectionName)

Example

var col = db.col('mycollection');
Clone this wiki locally