Is there any smart way to do this?
If using Linq2Nhibernate, you really seem to have to rely on HQL or the likes to do multiple deletes from a database (without loading up and deleting one by one)?
It doesn't seem like Linq2Sql have it either? I just want something that can do stuff like:
DELETE FROM Accounts WHERE amount < 1000
Any ideas?