Summary
Generates a script for the specific version if any
- Namespace
- Cake
.EntityFramework .Interfaces - Containing Type
- IEfMigratorBackend
Syntax
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 |