EFCoreDatabaseUpdateAliases Class

Summary

Entity Framework Core (ef.dll) Database Update aliases
graph BT Type-->Base0["Object"] Type["EFCoreDatabaseUpdateAliases"] class Type type-node

Syntax

public static class EFCoreDatabaseUpdateAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
EfCoreDatabaseUpdate(ICakeContext, Action<EfCoreDatabaseUpdateSettings>) void
Applies any pending migrations to the database using the ef.dll migration tool.
static
EfCoreDatabaseUpdate(ICakeContext, EfCoreDatabaseUpdateSettings) void
Applies any pending migrations to the database using the ef.dll migration tool.
static

Extension Methods

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