Page 1 of 1

Migrate from NHibernate to EF

Posted: Wed 23 Apr 2014 13:42
by PeterM
Hi,

I'd like to know if there is a direct option to move from NH to EF using Entity Developer Pro or if someone might have a best practice to do so.

Re: Migrate from NHibernate to EF

Posted: Thu 24 Apr 2014 13:58
by Shalex
Please open your NHibernate model (*.hbml), run the Update Database From Model wizard. Then create a new Entity Framework model (*.edml), run the Update Model From Database wizard, add the needed template in the Templates node of Model Explorer. This should be enough.

Re: Migrate from NHibernate to EF

Posted: Mon 18 Mar 2019 00:41
by marketally
Does this apply to all migrations between supported platforms?

Re: Migrate from NHibernate to EF

Posted: Mon 18 Mar 2019 17:45
by Shalex
Yes, Update To Database / Update From Database are implemented in all supported ORMs.