mongoschemad v2.1.0 (2016-09-11T15:57:06Z)
Dub
Repo
MongoSchema.find
mongoschema
MongoSchema
Finds one or more elements using a query.
typeof
(
this
)[]
find
(T query, QueryFlags flags, int num_skip, int num_docs_per_chunk)
mixintemplate
MongoSchema
()
static
typeof
(this)[]
find
(
T
)
(
T
query
,
QueryFlags
flags
=
QueryFlags.None
,
int
num_skip
= 0
,
int
num_docs_per_chunk
= 0
)
typeof
(
this
)[]
find
()
Meta
Source
See Implementation
mongoschema
MongoSchema
functions
remove
save
properties
bsonID
static functions
find
findAll
findById
findOne
findOneOrThrow
findRange
tryFindById
tryFindOne
update
upsert
static variables
_schema_collection_
Finds one or more elements using a query.