How to connect to more than one db using NHibernate generated code

I need to connect to multiple databases, so I want to know how to do that using NHibernate generated code.

I found a url that is about “Using NHibernate with Multiple Databases”, but it didn’t help me that much because it didn’t use the same interface used in the NHibernate generated code…

http://www.codeproject.com/KB/aspnet/NHibernateMultipleDBs.aspx

Thanks!

fail