Gets a list of all migrations that have not been applied to the database.
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public virtual IEnumerable<string> GetPendingMigrations()
Ids of pending migrations.
ToolingFacade ClassSystem.Data.Entity.Migrations.Design Namespace