DbMigrator.GetPendingMigrations Method

Definition

Gets all migrations that are defined in the assembly but haven't been applied to the target database.

public override System.Collections.Generic.IEnumerable<string> GetPendingMigrations ();
override this.GetPendingMigrations : unit -> seq<string>
Public Overrides Function GetPendingMigrations () As IEnumerable(Of String)

Returns

The list of migrations.

Applies to