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