CoreStrings.AmbiguousOwnedNavigation(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Impossible de déterminer le propriétaire de la relation entre « {entityTypeNavigationSpecification} » et « {otherEntityType} », car les deux types ont été marqués comme appartenant. Configurez manuellement la propriété ou ignorez les navigations correspondantes à l’aide de l’attribut [NotMapped] ou en utilisant « EntityTypeBuilder.Ignore » dans « OnModelCreating ». Pour plus d’informations et d’exemples, consultez 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
Paramètres
- entityTypeentityTypeNavigationSpecification
- Object
- otherEntityType
- Object