NHibernate connection string configuration
- by user177883
I have a c# library project, that i configured using nhibernate, and I like people to be able to import this project and use the project.
I have a connection string in hibernate config file and in app.config file of another project.
it would be nice for anyone to be able to set the connection string into this library project and use it.
How to do this?
I d like this class library to use the same database of the project that s imported.
How to set hibernate connection string programatically?
same idea for log4net.