NHibernate : Improving performance
by toy
Just add the key into App.config
CODE
<add key=”hibernate.default_schema” value=”trinop.dbo”/>
This key will help NHibernate not to look which is the schema of the database again.
Just add the key into App.config
This key will help NHibernate not to look which is the schema of the database again.