Condividi tramite


CoreStrings.ClashingMismatchedSharedType(Object, Object) Metodo

Definizione

Impossibile aggiungere il tipo di entità di tipo condiviso '{entityType}' perché il modello contiene già un tipo di entità con lo stesso nome, ma con un tipo CLR diverso '{otherClrType}'. Verificare che tutti i nomi dei tipi di entità siano univoci.

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

Parametri

entityType
Object
otherClrType
Object

Restituisce

Si applica a