Summary
Determines if there are any pending migrations
- Namespace
- Cake
.EntityFramework .Interfaces - Containing Type
- IEfMigratorBackend
Syntax
bool HasPendingMigrations()
Return Value
Type | Description |
---|---|
bool | true if had migrations pending, otherwise false. |