CoreStrings.SkipNavigationWrongInverse(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.
Le saut de navigation « {inverse} » déclaré sur le type d’entité « {inverseEntityType} » ne peut pas être défini comme inverse de « {navigation} », qui cible « {targetEntityType} ». La navigation inverse doit être déclarée sur le type d’entité cible.
public static string SkipNavigationWrongInverse (object inverse, object inverseEntityType, object navigation, object targetEntityType);
public static string SkipNavigationWrongInverse (object? inverse, object? inverseEntityType, object? navigation, object? targetEntityType);
static member SkipNavigationWrongInverse : obj * obj * obj * obj -> string
Public Shared Function SkipNavigationWrongInverse (inverse As Object, inverseEntityType As Object, navigation As Object, targetEntityType As Object) As String
Paramètres
- inverse
- Object
- inverseEntityType
- Object
- navigation
- Object
- targetEntityType
- 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.