DbMigrator.GetLocalMigrations Method ()

 

Gets all migrations that are defined in the configured migrations assembly.

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

public override IEnumerable<string> GetLocalMigrations()

Return Value

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

The list of migrations.