RelationalStrings.IncompatibleTableDerivedRelationship Methode

Definition

Die Tabelle '{table}' kann nicht für den Entitätstyp '{entityType}' verwendet werden, da sie für den Entitätstyp '{otherEntityType}' verwendet wird, und es gibt eine Beziehung zwischen den Primärschlüsseln, in denen '{entityType}' abhängig ist, aber '{entityType}' einen Basisentitätstyp aufweist, der einer anderen Tabelle zugeordnet ist. Ordnen Sie "{otherEntityType}" einer anderen Tabelle zu, oder invertieren Sie die Beziehung zwischen '{entityType}' und '{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

Parameter

table
Object
entityType
Object
otherEntityType
Object

Gibt zurück

Gilt für: