CoreStrings.InvalidSetSharedType(Object) Method

Definition

Cannot create a DbSet for '{typeName}' because it is configured as an shared-type entity type. Access the entity type via the 'Set' method overload that accepts an entity type name.

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

Parameters

typeName
Object

Returns

Applies to