Condividi tramite


RelationalStrings.IncompatibleTableDerivedRelationship Metodo

Definizione

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

Restituisce

Si applica a