Skip to main content

D1DbContext constructor

Create a new instance of D1DbContext.

public D1DbContext(Func<ID1Generic> clientFactory, DbContextOptions options)
parameterdescription
clientFactoryThe factory for creating ID1Generic instances.
optionsThe options for the database context.

Return Value

A new instance of D1DbContext.

See Also