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