سؤال

I am using Code First Migrations Beta 1.

I would like to see the Migrations and SQL that will run before I actually call 'Update-Database' on the Package Manager Console.

Is there a command to get this information on the Package Manager Console?

هل كانت مفيدة؟

المحلول

Take a look at the link below and search for the section headed Generating an SQL Script.

ADO.Net Team Blog

Run the Update-Database –TargetDatabase:"database" –Script command in Package Manager Console

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top