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