.Net ORM bulk deletion via predicate -
is there orm allow me following?
db.delete<myentity>(x => ***some predicate***);   we use nhibernate , don't believe possible it.
subsonic able this. http://subsonicproject.com/docs/linq_deletes
is there orm allow me following?
db.delete<myentity>(x => ***some predicate***);   we use nhibernate , don't believe possible it.
subsonic able this. http://subsonicproject.com/docs/linq_deletes
Comments
Post a Comment