I have made some classes and their mapping classes using NHibernate and done configuration. Is it possible to update the database schema accordingly without make any manual update?
Asked
Active
Viewed 1,136 times
1 Answers
2
Honestly I think it's safer to create scripts to do this than to rely on nhibernate to do it for you but some updates may be possible. See the below:
How to update database table schemas with NHibernate schema generation?
-
@SufyanAhmad you should accept the answer if this is what you were looking for. – Cole W Apr 02 '16 at 23:15