This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.EntityFrameworkCore.
Summary
Entity Framework Core (ef.dll) Database Update aliases
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore .Database - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EFCoreDatabaseUpdateAliases"]
class Type type-node
Syntax
public static class EFCoreDatabaseUpdateAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
EfCoreDatabaseUpdate |
void |
Applies any pending migrations to the database using the ef.dll migration tool.
static
|
EfCoreDatabaseUpdate |
void |
Applies any pending migrations to the database using the ef.dll migration tool.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|