MigratorScriptingDecorator.ScriptUpdate Method (String, String)
Produces a script to update the database.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- sourceMigration
-
Type:
System.String
The migration to update from. If null is supplied, a script to update the current database will be produced.
- targetMigration
-
Type:
System.String
The migration to update to. If null is supplied, a script to update to the latest migration will be produced.