mongoschemad v2.5.1 (2017-08-28T08:11:47Z)
Dub
Repo
MongoSchema.remove
mongoschema
MongoSchema
Deletes one or any amount of documents matching the selector based on the flags.
bool
remove
()
void
remove
(T selector, DeleteFlags flags)
mixintemplate
MongoSchema
()
static
void
remove
(
T
)
(
T
selector
,
DeleteFlags
flags
=
DeleteFlags.none
)
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_
Deletes one or any amount of documents matching the selector based on the flags.