Click or drag to resize
IDaoDeleteMulti Method
Overload List
  NameDescription
Public methodDeleteMulti(ITransaction, IPredicate)
Deletes from the persistent storage all entities which match with the specified filter, formulated in the predicate or predicate expression definition, of the type and subtypes of the entity owning this DAO.
Public methodDeleteMulti(ITransaction, IPredicate, IRelationCollection)
Deletes from the persistent storage all 'Employee' entities which match with the specified filter, formulated in the predicate or predicate expression definition.
Top
See Also