DbMigrator.Update(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.
Updates the target database to a given migration.
public override void Update(string targetMigration);
override this.Update : string -> unit
Public Overrides Sub Update (targetMigration As String)
Parameters
- targetMigration
- String
The migration to upgrade/downgrade to.