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