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