Sdílet prostřednictvím


CoreStrings.AmbiguousOwnedNavigation(Object, Object) Metoda

Definice

Nelze určit vlastníka vztahu mezi {entityTypeNavigationSpecification} a {otherEntityType}, protože oba typy byly označeny jako vlastněné. Buď ručně nakonfigurujte vlastnictví, nebo ignorujte odpovídající navigace pomocí atributu [NotMapped] nebo pomocí EntityTypeBuilder.Ignore v OnModelCreating. Další informace a příklady najdete v tématu 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

Parametry

entityTypeentityTypeNavigationSpecification
Object
otherEntityType
Object

Návraty

Platí pro