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.EntityFramework6.
Summary
Specifies the migrations configuration (TYPE) to use. If omitted, migrations will attempt to locate a single migrations configuration type in the target project.
- Assembly
- Cake
.EntityFramework6 .dll - Namespace
- Cake
.EntityFramework6 .Database - Containing Type
- Ef6
Database Update Extensions
Syntax
public static Ef6DatabaseUpdateSettings SetMigrationsConfigurationType(this Ef6DatabaseUpdateSettings settings, string migrationsConfigurationType)
Parameters
Name | Type | Description |
---|---|---|
settings | Ef6 |
The settings. |
migrationsConfigurationType | string | Language the Migrations Request is coded in. |
Return Value
Type | Description |
---|---|
Ef6 |
The settings instance with MigrationsConfigurationType set to migrationsConfigurationType. |