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

适用于