.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


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -