mongoschemad ~master (2021-10-16T08:14:18Z)
Dub
Repo
MongoSchema.remove
mongoschema
db
MongoSchema
Deletes one or any amount of documents matching the selector based on the flags.
bool
remove
()
void
remove
(Query!(typeof(this)) query, DeleteFlags flags)
void
remove
(T selector, DeleteFlags flags)
mixintemplate
MongoSchema
()
static
void
remove
(
T
)
(
T
selector
,
DeleteFlags
flags
=
DeleteFlags.none
)
Meta
Source
See Implementation
mongoschema
db
MongoSchema
functions
merge
remove
save
properties
bsonID
collection
static functions
aggregate
count
countAll
dropTable
find
findAll
findById
findOne
findOneOrThrow
findRange
insertMany
removeAll
tryFindById
tryFindOne
update
upsert
static variables
_schema_collection_
Deletes one or any amount of documents matching the selector based on the flags.