CoreStrings.NavigationNotAdded(Object, Object, Object) Méthode
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 la relation représentée par la navigation « {entityType}. {navigation} » de type « {propertyType} ». Configurez manuellement la relation ou ignorez cette propriété à l’aide de l’attribut « [NotMapped] » ou en utilisant « EntityTypeBuilder.Ignore » dans « OnModelCreating ».
public static string NavigationNotAdded (object entityType, object navigation, object propertyType);
public static string NavigationNotAdded (object? entityType, object? navigation, object? propertyType);
static member NavigationNotAdded : obj * obj * obj -> string
Public Shared Function NavigationNotAdded (entityType As Object, navigation As Object, propertyType As Object) As String
- entityType
- Object
- navigation
- Object
- propertyType
- Object
Produit | Versions |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :