Summary
Gets or sets the configuration class.
- Namespace
- Cake
.EntityFramework .CakeTranslation - Containing Type
- EfMigratorSettings
Syntax
public string ConfigurationClass { get; set; }
Value
Type | Description |
---|---|
string | The fully qualified name of the EF configuration class for code-first migrations. |