MongoRepository documentation
IRepositoryT, TKeyDelete Method |
Overload List
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.
|
See Also