EdmRelationshipAttribute.IsForeignKey 屬性

定義

取得布林值,這個值表示關聯性是否以外部索引鍵值為基礎。

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

屬性值

如果關聯性是以外部索引鍵值為基礎則為 true,否則為 false

適用於

另請參閱