Partager via


RuntimeProperty.IReadOnlyProperty.IsForeignKey Méthode

Définition

Obtient une valeur indiquant si cette propriété est utilisée en tant que clé étrangère (ou partie d’une clé étrangère composite).

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsForeignKey ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
Function IsForeignKey () As Boolean Implements IReadOnlyProperty.IsForeignKey

Retours

true si la propriété est utilisée comme clé étrangère, sinon false.

Implémente

Attributs

S’applique à