Freigeben über


CoreStrings.FkAttributeOnNonUniquePrincipal(Object, Object, Object) Methode

Definition

Das [ForeignKey]-Attribut für die Navigation '{navigation}' kann nicht für den Entitätstyp '{principalType}' angegeben werden, da es eine 1:n-Beziehung darstellt. Verschieben Sie das Attribut [ForeignKey] in eine Eigenschaft für '{dependentType}'.

public static string FkAttributeOnNonUniquePrincipal (object navigation, object principalType, object dependentType);
public static string FkAttributeOnNonUniquePrincipal (object? navigation, object? principalType, object? dependentType);
static member FkAttributeOnNonUniquePrincipal : obj * obj * obj -> string
Public Shared Function FkAttributeOnNonUniquePrincipal (navigation As Object, principalType As Object, dependentType As Object) As String

Parameter

navigation
Object
principalType
Object
dependentType
Object

Gibt zurück

Gilt für: