DotNetCoreEfMigrationAdder Class

Summary

Support for adding migrations using .NET Core cli tooling
graph BT Type-->Base0["DotNetCoreEfTool<DotNetCoreEfMigrationAddSettings>"] Base0-->Base1["DotNetCoreTool<DotNetCoreEfMigrationAddSettings>"] Type["DotNetCoreEfMigrationAdder"] class Type type-node

Syntax

public class DotNetCoreEfMigrationAdder : DotNetCoreEfTool<DotNetCoreEfMigrationAddSettings>

Constructors

Methods

Name Value Summary
Add(string, ProcessArgumentBuilder, DotNetCoreEfMigrationAddSettings) void
Add a migration for the project using the specified path with arguments and settings.