CoreStrings.AmbiguousOwnedNavigation(Object, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der Besitzer für die Beziehung zwischen "{entityTypeNavigationSpecification}" und "{otherEntityType}" kann nicht ermittelt werden, da beide Typen als besitzerseitig markiert wurden. Konfigurieren Sie entweder manuell den Besitz, oder ignorieren Sie die entsprechenden Navigationen mithilfe des [NotMapped]-Attributs oder mithilfe von "EntityTypeBuilder.Ignore" in "OnModelCreating". Weitere Informationen und Beispiele finden Sie unter https://aka.ms/efcore-docs-owned.
public static string AmbiguousOwnedNavigation (object entityType, object otherEntityType);
public static string AmbiguousOwnedNavigation (object entityTypeNavigationSpecification, object otherEntityType);
public static string AmbiguousOwnedNavigation (object? entityTypeNavigationSpecification, object? otherEntityType);
static member AmbiguousOwnedNavigation : obj * obj -> string
static member AmbiguousOwnedNavigation : obj * obj -> string
Public Shared Function AmbiguousOwnedNavigation (entityType As Object, otherEntityType As Object) As String
Public Shared Function AmbiguousOwnedNavigation (entityTypeNavigationSpecification As Object, otherEntityType As Object) As String
Parameter
- entityTypeentityTypeNavigationSpecification
- Object
- otherEntityType
- Object
Gibt zurück
Gilt für:
Entity Framework