CoreStrings.NavigationForWrongForeignKey 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.
Navigation « {1_entityType}. {0_navigation}' ne peut pas être associé à la clé étrangère {targetForeignKeyProperties}, car il a été créé pour la clé étrangère {actualForeignKeyProperties}.
public static string NavigationForWrongForeignKey (object navigation, object entityType, object targetFk, object actualFk);
public static string NavigationForWrongForeignKey (object? navigation, object? entityType, object? targetForeignKeyProperties, object? actualForeignKeyProperties);
static member NavigationForWrongForeignKey : obj * obj * obj * obj -> string
static member NavigationForWrongForeignKey : obj * obj * obj * obj -> string
Public Shared Function NavigationForWrongForeignKey (navigation As Object, entityType As Object, targetFk As Object, actualFk As Object) As String
Public Shared Function NavigationForWrongForeignKey (navigation As Object, entityType As Object, targetForeignKeyProperties As Object, actualForeignKeyProperties As Object) As String
Paramètres
- navigation
- Object
- entityType
- Object
- targetFktargetForeignKeyProperties
- Object
- actualFkactualForeignKeyProperties
- 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.