EfCoreDatabaseUpdater Class

Summary

.Net Ef Core Database Updater using Migrations
graph BT Type-->Base0["EfCoreTool<EfCoreDatabaseUpdateSettings>"] Base0-->Base1["DotNetTool<EfCoreDatabaseUpdateSettings>"] Type["EfCoreDatabaseUpdater"] class Type type-node

Syntax

public class EfCoreDatabaseUpdater : EfCoreTool<EfCoreDatabaseUpdateSettings>

Constructors

Methods

Name Value Summary
AppendToolArguments(ProcessArgumentBuilder, EfCoreDatabaseUpdateSettings) ProcessArgumentBuilder
Update(EfCoreDatabaseUpdateSettings) void
Updates the database to a specified migration.

Extension Methods

Name Value Summary
Dump<EfCoreDatabaseUpdater>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<EfCoreDatabaseUpdater>(EfCoreDatabaseUpdater[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<EfCoreDatabaseUpdater>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<EfCoreDatabaseUpdater>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<EfCoreDatabaseUpdater>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<EfCoreDatabaseUpdater>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin