RelationalStrings.IncompatibleTableNoRelationship Methode

Definition

Die Tabelle '{table}' kann nicht für den Entitätstyp '{entityType}' verwendet werden, da sie für den Entitätstyp '{otherEntityType}' und möglicherweise andere Entitätstypen verwendet wird, es besteht jedoch keine Verknüpfungsbeziehung. Fügen Sie "{entityType}" für die Primärschlüsseleigenschaften einen Fremdschlüssel hinzu, und zeigen Sie auf den Primärschlüssel in einem anderen Entitätstyp, der "{table}" zugeordnet ist.

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

Parameter

table
Object
entityType
Object
otherEntityType
Object

Gibt zurück

Gilt für: