IRepository(T, TKey).Delete Method
From MongoRepository
MongoRepository documentation
| IRepositoryT, TKeyDelete Method |
| Name | Description | |
|---|---|---|
|
|
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.
|