Freigeben über


CoreStrings.AmbiguousEndRequiredInverted(Object, Object, Object) Methode

Definition

Der Fremdschlüssel {foreignKeyProperties} für den Entitätstyp "{entityType}" kann nicht in den Entitätstyp "{principalEntityType}" konvertiert werden, da er vor der Konfiguration der abhängigen Seite wie erforderlich konfiguriert wurde. Konfigurieren Sie die Fremdschlüsseleigenschaft oder den Prinzipalschlüssel, bevor Sie den Fremdschlüssel nach Bedarf konfigurieren. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?LinkId=724062.

public static string AmbiguousEndRequiredInverted (object foreignKeyProperties, object entityType, object principalEntityType);
public static string AmbiguousEndRequiredInverted (object? foreignKeyProperties, object? entityType, object? principalEntityType);
static member AmbiguousEndRequiredInverted : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredInverted (foreignKeyProperties As Object, entityType As Object, principalEntityType As Object) As String

Parameter

foreignKeyProperties
Object
entityType
Object
principalEntityType
Object

Gibt zurück

Gilt für: