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