[]
        
(Showing Draft Content)

C1.EntityFrameworkCore.CSV.CSVOptionsExtension.ApplyServices

ApplyServices Method

ApplyServices(IServiceCollection)

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.

Declaration
public override void ApplyServices(IServiceCollection services)
Public Overrides Sub ApplyServices(services As IServiceCollection)
Parameters
Type Name Description
IServiceCollection services

The collection to add services to.