CoreStrings.ClashingNonSharedType(Object, Object) Method

Definition

The shared-type entity type '{entityType}' with CLR type '{type}' cannot be added to the model because a non-shared entity type with the same CLR type already exists.

public static string ClashingNonSharedType (object entityType, object type);
public static string ClashingNonSharedType (object? entityType, object? type);
static member ClashingNonSharedType : obj * obj -> string
Public Shared Function ClashingNonSharedType (entityType As Object, type As Object) As String

Parameters

entityType
Object
type
Object

Returns

Applies to