DotNetCoreEfDatabaseDropper.

Drop(string, ProcessArgumentBuilder, DotNetCoreEfDatabaseDropSettings) Method

Summary

Drop the database for the project using the specified path with arguments and settings.

Syntax

public void Drop(string project, ProcessArgumentBuilder arguments, DotNetCoreEfDatabaseDropSettings settings)

Parameters

Name Type Description
project string The target project path.
arguments ProcessArgumentBuilder The arguments.
settings DotNetCoreEfDatabaseDropSettings The settings.

Return Value

Type Description
void