Hi, I finally submitted a pull request for https://nhibernate.jira.com/browse/NH-3659. I changed the syntax a bit, now it is an extension method over ISession:
var recordsDeleted = session.Delete<Product>(p => p.Price > 100); This implementation ended up being much simpler that the path I was taking! ;-) Please, let me hear your thoughts! RP -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to nhibernate-development+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.