Summary
Gets or sets the connection string.
- Namespace
- Cake
.EntityFramework .CakeTranslation - Containing Type
- EfMigratorSettings
Syntax
public string ConnectionString { get; set; }
Value
Type | Description |
---|---|
string | The connection string to be used for code-first migrations. |