DotNetCoreEfDatabaseDropper Class

Summary

Support for dropping the database using .NET Core cli tooling
graph BT Type-->Base0["DotNetCoreEfTool<DotNetCoreEfDatabaseDropSettings>"] Base0-->Base1["DotNetCoreTool<DotNetCoreEfDatabaseDropSettings>"] Type["DotNetCoreEfDatabaseDropper"] class Type type-node

Syntax

public class DotNetCoreEfDatabaseDropper : DotNetCoreEfTool<DotNetCoreEfDatabaseDropSettings>

Constructors

Methods

Name Value Summary
Drop(string, ProcessArgumentBuilder, DotNetCoreEfDatabaseDropSettings) void
Drop the database for the project using the specified path with arguments and settings.