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