MongoRepository documentation
MongoRepositoryT, TKeyDelete Method |
Overload List
Name | Description | |
---|---|---|
Delete(ObjectId) |
Deletes an entity from the repository by its ObjectId.
|
|
Delete(ExpressionFuncT, Boolean) |
Deletes the entities matching the predicate.
|
|
Delete(T) |
Deletes the given entity.
|
|
Delete(TKey) |
Deletes an entity from the repository by its id.
|
See Also