MetaAssociation.IsForeignKey 属性

定义

在派生类中重写时,获取一个值,该值指示另一种类型是否为此类型的父类型。

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

属性值

true 是此类型的父类型;否则,为 false.

适用于