MigratorScriptingDecorator.ScriptUpdate(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Produces a script to update the database.
public string ScriptUpdate (string sourceMigration, string targetMigration);
member this.ScriptUpdate : string * string -> string
Public Function ScriptUpdate (sourceMigration As String, targetMigration As String) As String
Parameters
- sourceMigration
- String
The migration to update from. If null is supplied, a script to update the current database will be produced.
- targetMigration
- String
The migration to update to. If null is supplied, a script to update to the latest migration will be produced.
Returns
The generated SQL script.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework