Lite |
| Name | Description | |
|---|---|---|
| Count | Get document count in collection | |
| Count(BsonExpression) | Get document count in collection using predicate filter expression | |
| Count(ExpressionFuncT, Boolean) | Count documents matching a query. This method does not deserialize any documents. Needs indexes on query expression | |
| Count(Query) | Get document count in collection using predicate filter expression | |
| Count(String, BsonDocument) | Get document count in collection using predicate filter expression | |
| Count(String, BsonValue) | Get document count in collection using predicate filter expression |