This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DotNetCoreEf.
Summary
Script migration for the context with project and arguments.
Syntax
public static void DotNetCoreEfMigrationScript(this ICakeContext context, string project, DotNetCoreEfMigrationScriptSettings settings)
Examples
var settings = new DotNetCoreEfMigrationScriptSettings
{
Context = SchoolContext
};
DotNetCoreEfMigrationScript("./src/Project", settings);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Return Value