What commands Entity Framework 6 enable migrations? -


in entity framework 5.0, supports single dbcontext per database, use syntax

enable-migrations -contexttypename mydbcontext // enable migration

update-database - verbose // update database schema

how same things in entity framework 6 multiple dbcontext single database? please include example or link.

anticipated thanks

regards

zulfiqar

i think article answer question: entity-framework-6-code-first-migrations-with-multiple-data-contexts


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -