Share via


CoreStrings.ClashingMismatchedSharedType(Object, Object) Method

Definition

The shared-type entity type '{entityType}' cannot be added because the model already contains an entity type with the same name, but with a different CLR type '{otherClrType}'. Ensure all entity type names are unique.

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

Parameters

entityType
Object
otherClrType
Object

Returns

Applies to