MigratorBase.GetPendingMigrations Method ()

 

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

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

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

Return Value

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

List of migration IDs.