| MongoCollectionCount Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Count | 
            Counts the number of documents in this collection.
             | 
|  | Count(CountArgs) | 
            Counts the number of documents in this collection that match a query.
             | 
|  | Count(IMongoQuery) | 
            Counts the number of documents in this collection that match a query.
             | 
 See Also
See Also