Ef6DatabaseUpdateTool Class

Summary

Tool for updating a database using EF6 migrations and the ef6.exe console tool
graph BT Type-->Base0["Ef6Tool<Ef6DatabaseUpdateSettings>"] Base0-->Base1["Tool<Ef6DatabaseUpdateSettings>"] Type["Ef6DatabaseUpdateTool"] class Type type-node

Syntax

public class Ef6DatabaseUpdateTool : Ef6Tool<Ef6DatabaseUpdateSettings>

Constructors

Methods

Name Value Summary
Update(Ef6DatabaseUpdateSettings) void
Applies any pending migrations to the database using the specified Ef6DatabaseUpdateSettings settings.

Extension Methods

Name Value Summary
Dump<Ef6DatabaseUpdateTool>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<Ef6DatabaseUpdateTool>(Ef6DatabaseUpdateTool[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<Ef6DatabaseUpdateTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<Ef6DatabaseUpdateTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<Ef6DatabaseUpdateTool>(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<Ef6DatabaseUpdateTool>(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