D1DbContext constructor
Create a new instance of D1DbContext
.
public D1DbContext(Func<ID1Generic> clientFactory, DbContextOptions options)
parameter | description |
---|---|
clientFactory | The factory for creating ID1Generic instances. |
options | The options for the database context. |
Return Value
A new instance of D1DbContext
.
See Also
- class D1DbContext
- namespace CyberCrypt.D1.EntityFramework