CoreStrings.InvalidSetSameTypeWithDifferentNamespace(Object, Object) Method

Definition

Cannot create a DbSet for '{typeName}' because this type is not included in the model for the context. However the model contains an entity type with the same name in a different namespace: '{entityTypeName}'.

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

Parameters

typeName
Object
entityTypeName
Object

Returns

Applies to