How to get the connection string value from hibernate.cfg.xml file?
- by MCardinale
I have a method that needs to get my Connection String from the connection.connection_string property on hibernate.cfg.xml file.
I've tried use NHibernate.Cfg.Environment.ConnectionString, but it didn't work.
How can I get this?
Thank you.