Summary
Gets all migrations that are defined in the configured migrations assembly.
- Namespace
- Cake
.EntityFramework .Migrator - Containing Type
- EfMigratorBackend
Syntax
public IEnumerable<string> GetLocalMigrations()
Return Value
| Type | Description |
|---|---|
| IEnumerable |
List of migrations |