Summary
Migrates the data store to the specific version
- Namespace
- Cake
.EntityFramework .Interfaces - Containing Type
- IEfMigratorBackend
Syntax
MigrationResult MigrateTo(string version)
Parameters
| Name | Type | Description |
|---|---|---|
| version | string | Name of the migration to migrate to |
Return Value
| Type | Description |
|---|---|
| MigrationResult | Migration Result if the migration was successful in AppDomain |