LiteRepository API Reference
LiteRepository API Reference
LiteRepository - Namespaces
LiteRepository
Db Class
Db Methods
Delete Method
Delete(E, K) Method (K)
Delete(E) Method (Expression(Func(E, Boolean)), Object)
Db
Delete Method
Overload List
Name
Description
Delete
E, K
(K)
Deletes entity with
key
from the database.
Delete
E
(Expression
Func
E, Boolean
, Object)
Deletes entities which meet
where
conditions from the database.
Top
See Also
Reference
Db Class
LiteRepository Namespace
Copyright © 2016, Albert Akhmetov