EF6DatabaseUpdateAliases Class

Summary

Entity Framework 6 (ef6.exe) Database Update aliases
Assembly
Cake.EntityFramework6.dll
Namespace
Cake.EntityFramework6
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EF6DatabaseUpdateAliases"] class Type type-node

Syntax

public static class EF6DatabaseUpdateAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
Ef6DatabaseUpdate(ICakeContext, Action<Ef6DatabaseUpdateSettings>) void
Applies any pending migrations to the database using the ef6.exe migration tool.
static
Ef6DatabaseUpdate(ICakeContext, Ef6DatabaseUpdateSettings) void
Applies any pending migrations to the database using the ef6.exe migration tool.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin