IEFContextProviderFactory Methods
When implemented, supplies a service that allows you to obtain the EF Core context from the dependency injection container.
Name | Description |
---|---|
Create() |
Creates and returns an object that implements the IEFContext |
See Also