Summary
Gets all migrations that have been applied to the target database.
- Namespace
- Cake
.EntityFramework .Migrator - Containing Type
- EfMigrator
Syntax
public IEnumerable<string> GetRemoteMigrations()
Return Value
| Type | Description |
|---|---|
| IEnumerable |
List of strings |