Summary
Generates a script for the specific version if any
- Namespace
- Cake
.EntityFramework .Migrator - Containing Type
- EfMigratorBackend
Syntax
public ScriptResult GenerateScriptForVersion(string version)
Parameters
Name | Type | Description |
---|---|---|
version | string | Version to Generate a script for. |
Return Value
Type | Description |
---|---|
ScriptResult | ScriptResult with Migration Script |