Gets a list of the migrations that are defined in the assembly.
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public virtual IEnumerable<string> GetLocalMigrations()
List of migration IDs.
MigratorBase ClassSystem.Data.Entity.Migrations.Infrastructure Namespace