RelationalDatabaseProviderServices(IServiceProvider) Constructor

Definition

Initializes a new instance of the RelationalDatabaseProviderServices class.

protected RelationalDatabaseProviderServices (IServiceProvider services);
new Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseProviderServices : IServiceProvider -> Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseProviderServices
Protected Sub New (services As IServiceProvider)

Parameters

services
IServiceProvider

The service provider to resolve services from.

Applies to