MigratorBase.Update 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.
Overloads
Update() |
Updates the target database to the latest migration. |
Update(String) |
Updates the target database to a given migration. |
Update()
Updates the target database to the latest migration.
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()
Applies to
Update(String)
Updates the target database to a given migration.
public virtual void Update (string targetMigration);
abstract member Update : string -> unit
override this.Update : string -> unit
Public Overridable Sub Update (targetMigration As String)
Parameters
- targetMigration
- String
The migration to upgrade/downgrade to.
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