MongoSchema.count

Returns the count of documents in this collection matching this query.

  1. auto count(Query!(typeof(this)) query)
    mixintemplate MongoSchema()
    static
    count
    (
    Query!(typeof(this)) query
    )
  2. auto count(T query)

Meta