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