AssociationAttribute.IsForeignKey Propriété

Définition

Obtient ou définit une valeur qui indique si le membre d'association représente une clé étrangère.

public:
 property bool IsForeignKey { bool get(); void set(bool value); };
public bool IsForeignKey { get; set; }
member this.IsForeignKey : bool with get, set
Public Property IsForeignKey As Boolean

Valeur de propriété

true si l'association représente une clé étrangère ; sinon, false.

S’applique à