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
The language. Defaults to 'C#'.
- Assembly
- Cake
.EntityFramework6 .dll - Namespace
- Cake
.EntityFramework6 .Database - Containing Type
- Ef6
Database Update Extensions
Syntax
public static Ef6DatabaseUpdateSettings SetLanguage(this Ef6DatabaseUpdateSettings settings, string language)
Parameters
Name | Type | Description |
---|---|---|
settings | Ef6 |
The settings. |
language | string | Language the Migrations Request is coded in. |
Return Value
Type | Description |
---|---|
Ef6 |
The settings instance with Language set to language. |