MetaAssociation.OtherKeyIsPrimaryKey 属性

定义

在派生类中重写时,获取一个值,该值指示 OtherKey 是否形成其他类型的标识。

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

属性值

trueOtherKey如果 形成标识 (另一种类型的主键) ,则为 ;否则为 false

适用于