mongoschemad v2.5.1 (2017-08-28T08:11:47Z)
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
aggregate
count
countAll
dropTable
find
findAll
findById
findOne
findOneOrThrow
findRange
removeAll
tryFindById
tryFindOne
update
upsert
static variables
_schema_collection_
Finds one or more elements using a query.