Click or drag to resize

LiteCollectionTCount Method

Overload List
 NameDescription
Public methodCount Get document count in collection
Public methodCount(BsonExpression) Get document count in collection using predicate filter expression
Public methodCount(ExpressionFuncT, Boolean) Count documents matching a query. This method does not deserialize any documents. Needs indexes on query expression
Public methodCount(Query) Get document count in collection using predicate filter expression
Public methodCount(String, BsonDocument) Get document count in collection using predicate filter expression
Public methodCount(String, BsonValue) Get document count in collection using predicate filter expression
Top
See Also