EdmRelationshipAttribute.IsForeignKey Vlastnost

Definice

Získá logickou hodnotu, která označuje, zda je relace založená na hodnotě cizího klíče.

public:
 property bool IsForeignKey { bool get(); };
public bool IsForeignKey { get; }
member this.IsForeignKey : bool
Public ReadOnly Property IsForeignKey As Boolean

Hodnota vlastnosti

true pokud je vztah založen na hodnotě cizího klíče; jinak false.

Platí pro

Viz také