Condividi tramite


RelationalStrings.IncompatibleTableNoRelationship Metodo

Definizione

Impossibile usare la tabella '{table}' per il tipo di entità '{entityType}' perché viene usata per il tipo di entità '{otherEntityType}' e potenzialmente per altri tipi di entità, ma non esiste alcuna relazione di collegamento. Aggiungere una chiave esterna a '{entityType}' nelle proprietà della chiave primaria e puntare alla chiave primaria in un altro tipo di entità mappato a '{table}'.

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

Parametri

table
Object
entityType
Object
otherEntityType
Object

Restituisce

Si applica a