.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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -