The doc states that you can configure NHibernate with an external xml file named "hibernate.cfg.xml". It states it will discuss it more later, but doesn't.
I know the doc is still in progress so... how do you use this? I have created the file and I think it is populated correctly based on the config schema.
But, now what?
Do I make this file an embedded resource? Or, do I have to specify it when I create the config class? It looks like I do this with the Configure method, but I'm not 100% sure what the overloads are looking for.
|