DbMigrator.GetDatabaseMigrations Method ()

 

Gets all migrations that have been applied to the target database.

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

public override IEnumerable<string> GetDatabaseMigrations()

Return Value

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

The list of migrations.