-
Alternatively, you can have the ISessionFactory open connections for you. The ISessionFactory must be provided with ADO.NET connection properties in one of the following ways: Pass an instance of IDictionary < string, string > (property name, property value) to Configuration .SetProperties( IDictionary...
-
Because NHibernate is designed to operate in many different environments, there are a large number of configuration parameters. Fortunately, most have sensible default values and NHibernate is distributed with an example App.config file (found in src\NHibernate.Test ) and various templates for supported...