CoreStrings.KeyPropertyInForeignKey(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.
La propriété « {property} » ne peut pas faire partie d’une clé sur « {entityType} », car la génération de valeur est activée et est contenue dans une clé étrangère définie sur un type d’entité dérivé.
public static string KeyPropertyInForeignKey(object property, object entityType);
static member KeyPropertyInForeignKey : obj * obj -> string
Public Shared Function KeyPropertyInForeignKey (property As Object, entityType As Object) As String
Paramètres
- property
- Object
- entityType
- Object