DotNetCoreEfDatabaseUpdater.

Update(string, ProcessArgumentBuilder, DotNetCoreEfDatabaseUpdateSettings) Method

Summary

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

Syntax

public void Update(string project, ProcessArgumentBuilder arguments, DotNetCoreEfDatabaseUpdateSettings settings)

Parameters

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

Return Value

Type Description
void