RelationalStrings.IncompatibleTableDerivedRelationship 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}' poiché viene usata per il tipo di entità '{otherEntityType}' e esiste una relazione tra le chiavi primarie in cui '{entityType}' è dipendente, ma '{entityType}' ha un tipo di entità di base mappato a una tabella diversa. Mappare '{otherEntityType}' a una tabella diversa o invertire la relazione tra '{entityType}' e '{otherEntityType}'.
public static string IncompatibleTableDerivedRelationship (object table, object entityType, object otherEntityType);
public static string IncompatibleTableDerivedRelationship (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableDerivedRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleTableDerivedRelationship (table As Object, entityType As Object, otherEntityType As Object) As String
Parametri
- table
- Object
- entityType
- Object
- otherEntityType
- Object