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
Post a Comment