DotNetCoreEfAliases Class

Assembly
Cake.DotNetCoreEf.dll
Namespace
Cake.DotNetCoreEf
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DotNetCoreEfAliases"] class Type type-node

Syntax

public static class DotNetCoreEfAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
DotNetCoreEfDatabaseDrop(ICakeContext, string, DotNetCoreEfDatabaseDropSettings) void
Drop the database with path and arguments.
static
DotNetCoreEfDatabaseDrop(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfDatabaseDropSettings) void
Drop the database with settings.
static
DotNetCoreEfDatabaseDrop(ICakeContext, string) void
Drop the database with path.
static
DotNetCoreEfDatabaseUpdate(ICakeContext, string, DotNetCoreEfDatabaseUpdateSettings) void
Update the database with project and arguments.
static
DotNetCoreEfDatabaseUpdate(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfDatabaseUpdateSettings) void
Update the database with settings.
static
DotNetCoreEfDatabaseUpdate(ICakeContext, string) void
Update the database.
static
DotNetCoreEfMigrationAdd(ICakeContext, string, DotNetCoreEfMigrationAddSettings) void
Add a migration for the context with project and arguments.
static
DotNetCoreEfMigrationAdd(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfMigrationAddSettings) void
Add a migration for the context with settings.
static
DotNetCoreEfMigrationAdd(ICakeContext, string) void
Add a migration for the context.
static
DotNetCoreEfMigrationList(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfMigrationListerSettings) string
List all migrations
static
DotNetCoreEfMigrationRemove(ICakeContext, string, DotNetCoreEfMigrationRemoveSettings) void
Remove migrations for the context with project and arguments.
static
DotNetCoreEfMigrationRemove(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfMigrationRemoveSettings) void
Remove migrations for the context with settings.
static
DotNetCoreEfMigrationRemove(ICakeContext, string) void
Remove migrations for the context.
static
DotNetCoreEfMigrationScript(ICakeContext, string, DotNetCoreEfMigrationScriptSettings) void
Script migration for the context with project and arguments.
static
DotNetCoreEfMigrationScript(ICakeContext, string, ProcessArgumentBuilder, DotNetCoreEfMigrationScriptSettings) void
Script migration for the context with settings.
static
DotNetCoreEfMigrationScript(ICakeContext, string) void
Script migration for the context.
static

Extension Methods

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