RelationalStrings.IncompatibleTableNoRelationship Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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