Summary
Gets all migrations that are defined in the assembly but haven't been applied to the target database.
- Namespace
- Cake
.EntityFramework .Interfaces - Containing Type
- IEfMigrator
Syntax
IEnumerable<string> GetPendingMigrations()
Return Value
Type | Description |
---|---|
IEnumerable |
List of pending migrations if any |