MongoCollection.find
- MongoCursor!(T, R, U) find(T query, U returnFieldSelector, QueryFlags flags, int num_skip, int num_docs_per_chunk)
- MongoCursor!(T, R, typeof(null)) find(T query)
- MongoCursor!(Bson, R, typeof(null)) find()
struct MongoCollection
MongoCursor!(
Bson,
R,
typeof(null))
find
Queries the collection for existing documents.
If no arguments are passed to find(), all documents of the collection will be returned.