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