DbMigrator.GetPendingMigrations Method ()

 

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

Namespace:   System.Data.Entity.Migrations
Assembly:  EntityFramework (in EntityFramework.dll)

public override IEnumerable<string> GetPendingMigrations()

Return Value

Type: System.Collections.Generic.IEnumerable<String>

The list of migrations.