EdmRelationshipAttribute.IsForeignKey 属性

定义

获取一个布尔值,该值指示关系是否基于外键值。

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

属性值

如果关系基于外键值,则为 true;否则为 false

适用于

另请参阅