collection method

DbCollection collection(
  1. String collectionName
)

Implementation

DbCollection collection(String collectionName) {
  return DbCollection(this, collectionName);
}