[fluent-nhib] Re: Command Timeout

2011-11-26 Thread Nathan
Exactly what I needed, thanks. On Nov 24, 2:16 am, tparvi wrote: > Use the ExposeConfiguration() call when building sessionfactory. > Example below: > > public static ISessionFactory > CreateSessionFactory(IDatabaseConfiguration configurationManager) > { >         try >         { >            

[fluent-nhib] Re: Command Timeout

2011-11-24 Thread tparvi
Use the ExposeConfiguration() call when building sessionfactory. Example below: public static ISessionFactory CreateSessionFactory(IDatabaseConfiguration configurationManager) { try { var connectionString = configurationManager.ConnectionString; var