DotNetCoreEfMigrationRemover.

Remove(string, ProcessArgumentBuilder, DotNetCoreEfMigrationRemoveSettings) Method

Summary

Remove migrations for the project using the specified path with arguments and settings.

Syntax

public void Remove(string project, ProcessArgumentBuilder arguments, DotNetCoreEfMigrationRemoveSettings settings)

Parameters

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

Return Value

Type Description
void