Click or drag to resize
MongoCollection.Count Method
Overload List
  NameDescription
Public methodCount()
Counts the number of documents in this collection.
Public methodCount(CountArgs)
Counts the number of documents in this collection that match a query.
Public methodCount(IMongoQuery)
Counts the number of documents in this collection that match a query.
Top
See Also