CoreStrings.ShadowManyToManyNavigation(Object, Object, 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 « {leftEntityType}. {leftNavigation}' et '{rightEntityType}. {rightNavigation}', car l’une des navigations ou les deux n’ont pas de propriété CLR correspondante. Envisagez d’ajouter une propriété privée correspondante au type CLR d’entité.
public static string ShadowManyToManyNavigation (object? leftEntityType, object? leftNavigation, object? rightEntityType, object? rightNavigation);
static member ShadowManyToManyNavigation : obj * obj * obj * obj -> string
Public Shared Function ShadowManyToManyNavigation (leftEntityType As Object, leftNavigation As Object, rightEntityType As Object, rightNavigation As Object) As String
Paramètres
- leftEntityType
- Object
- leftNavigation
- Object
- rightEntityType
- Object
- rightNavigation
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.