CoreStrings.NotAProviderService(Object) Method

Definition

The database provider attempted to register an implementation of the '{service}' service. This is a service defined by Entity Framework and as such must not be registered using the 'TryAddProviderSpecificServices' method.

public static string NotAProviderService (object? service);
static member NotAProviderService : obj -> string
Public Shared Function NotAProviderService (service As Object) As String

Parameters

service
Object

Returns

Applies to