.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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -