IRepository(T, TKey).Delete Method

MongoRepository

IRepositoryT, TKeyDelete Method
Overload List
  Name Description
Public method Delete(ExpressionFuncT, Boolean)
Deletes the entities matching the predicate.
Public method Delete(T)
Deletes the given entity.
Public method Delete(TKey)
Deletes an entity from the repository by its id.
Top
See Also