AssociationAttribute.IsForeignKey 属性

定义

获取或设置一个值,该值指示关联成员是否表示一个外键。

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

属性值

如果关联表示一个外键,则为 true;否则为 false

适用于