How to change command Timeout for a session in nHibernate. I know it can be done in App.Config but I want to increase the default value only for one business operation.
A:
I don't think you can do this session-wide, but you can control timeouts for both individual IQuery and ICriteria with SetTimeout().
Mauricio Scheffer
2010-01-20 16:41:50