Summary
Gets latest migration that is defined in the assembly but has not been applied to the target database.
- Namespace
- Cake
.EntityFramework .Interfaces - Containing Type
- IEfMigrator
Syntax
string GetLatestMigration()
Return Value
Type | Description |
---|---|
string | Latest migration name |