If the DbContextBaseClass does not implement the constuctor:
```
public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString, model)
```
You get a compile error.
What about a condition over a configuration value? :)
Thanks!
Comments: I'm suffering from the same issue , is there any documentation,Example or Demo for how the DbContextBaseClass is intended to be used ? Thank You .
```
public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString, model)
```
You get a compile error.
What about a condition over a configuration value? :)
Thanks!
Comments: I'm suffering from the same issue , is there any documentation,Example or Demo for how the DbContextBaseClass is intended to be used ? Thank You .