MigratorBase.GetLocalMigrations Method ()

 

Gets a list of the migrations that are defined in the assembly.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual IEnumerable<string> GetLocalMigrations()

Return Value

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

List of migration IDs.