also, you will probably get better help in the nhusers group, as this is
primarily the fluent-specific group
--
Joe Brockhaus
joe.brockh...@gmail.com
On Thu, Nov 10, 2011 at 9:42 AM, Joe Brockhaus wrote:
> I think you're right in thinking that your code should not be committed
I think you're right in thinking that your code should not be committed to
the database.
This is how I handle transactions in my app as well.
Another thing to note is that if you don't Commit, the Dispose (closing of
using) will auto-rollback. This is unadvised, but just fyi.
Do you have NHProfi