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
Update the database with project and arguments.
Syntax
public static void DotNetCoreEfDatabaseUpdate(this ICakeContext context, string project, DotNetCoreEfDatabaseUpdateSettings settings)
Examples
var settings = new DotNetCoreEfDatabaseUpdateSettings
{
Context = SchoolContext
};
DotNetCoreEfDatabaseUpdate("./src/Project", settings);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Return Value