remove

Removes a set of documents based on a query.

static if(isWeb)
void
remove
(
TQuery
TUpdate
)
(
string collection
,
TQuery query
)

Parameters

collection string

The mongo db collection.

query TQuery

The query of the update.

Meta