EdmRelationshipAttribute.IsForeignKey Propriété
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.
Obtient une valeur booléenne qui indique si la relation est basée sur la valeur de clé étrangère.
public:
property bool IsForeignKey { bool get(); };
public bool IsForeignKey { get; }
member this.IsForeignKey : bool
Public ReadOnly Property IsForeignKey As Boolean
Valeur de propriété
true si la relation est basée sur la valeur de clé étrangère ; sinon, false.