[]
Adds the services required to make the selected options work. This is used when there is no external IServiceProvider and EF is maintaining its own service provider internally. This allows database providers (and other extensions) to register their required services when EF is creating an service provider.
public override void ApplyServices(IServiceCollection services)
Public Overrides Sub ApplyServices(services As IServiceCollection)
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The collection to add services to. |