ToolingFacade.GetPendingMigrations Method ()

 

Gets a list of all migrations that have not been applied to the database.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual IEnumerable<string> GetPendingMigrations()

Return Value

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

Ids of pending migrations.