Summary
Migrates the data store to the specific version
- Namespace
- Cake
.EntityFramework .Migrator - Containing Type
- EfMigratorBackend
Syntax
public MigrationResult MigrateTo(string version)
Parameters
| Name | Type | Description |
|---|---|---|
| version | string | Name of the migration to migrate to |
Return Value
| Type | Description |
|---|---|
| MigrationResult | true if migration was successful, otherwise false |