CoreStrings.MissingInverseManyToManyNavigation(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 configurer une relation plusieurs-à-plusieurs entre les types d’entités « {principalEntityType} » et « {declaringEntityType} », car l’une des navigations n’a pas été spécifiée. Fournissez une navigation dans l’appel « HasMany » dans « OnModelCreating ». Envisagez d’ajouter une propriété privée pour cela.
public static string MissingInverseManyToManyNavigation (object principalEntityType, object declaringEntityType);
public static string MissingInverseManyToManyNavigation (object? principalEntityType, object? declaringEntityType);
static member MissingInverseManyToManyNavigation : obj * obj -> string
Public Shared Function MissingInverseManyToManyNavigation (principalEntityType As Object, declaringEntityType As Object) As String
Paramètres
- principalEntityType
- Object
- declaringEntityType
- Object