DotNetCoreEfMigrationAdder.

Add(string, ProcessArgumentBuilder, DotNetCoreEfMigrationAddSettings) Method

Summary

Add a migration for the project using the specified path with arguments and settings.

Syntax

public void Add(string project, ProcessArgumentBuilder arguments, DotNetCoreEfMigrationAddSettings settings)

Parameters

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

Return Value

Type Description
void